We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-build-mode:static
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should either:
ar
The text was updated successfully, but these errors were encountered:
I built odin compiler on FreeBSD today and tried building demo like this:
./odin build examples/demo -build-mode:static Internal Compiler Error: TODO(bill): -build-mode:static on non-windows targets illegal hardware instruction (core dumped) ./odin build examples/demo -build-mode:static
if (build_context.build_mode == BuildMode_StaticLibrary) { compiler_error("TODO(bill): -build-mode:static on non-windows targets"); }
Can -build-mode:static be used with binaries or is it for libraries only?
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Should either:
ar
and the likesar
and put the one object file in itThe text was updated successfully, but these errors were encountered: