mirror of
https://github.com/anoma/juvix.git
synced 2024-12-30 02:52:59 +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> |
||
---|---|---|
.. | ||
Base.hs | ||
Options.hs |