mirror of
https://github.com/anoma/juvix.git
synced 2024-12-01 00:04:58 +03:00
4a1c7a101e
In this PR we pass through the `juvix compile` optimization flag to the C compiler in the native compilation. NB: Clang supports -On for any positive n. -O4 and higher is equivalent to -O3 Also we disable optimizations when the `-g` / `--debug` option is specified. * Closes https://github.com/anoma/juvix/issues/2104 --------- Co-authored-by: Lukasz Czajka <lukasz@heliax.dev> |
||
---|---|---|
.. | ||
Commands | ||
TopCommand | ||
App.hs | ||
AsmInterpreter.hs | ||
CommonOptions.hs | ||
Evaluator.hs | ||
GlobalOptions.hs | ||
Main.hs | ||
TopCommand.hs |