mirror of
https://github.com/anoma/juvix.git
synced 2024-12-30 11:03:17 +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> |
||
---|---|---|
.. | ||
Asm | ||
Compile | ||
Eval | ||
FromConcrete | ||
Normalize | ||
Read | ||
Repl | ||
Strip | ||
Asm.hs | ||
Compile.hs | ||
Eval.hs | ||
FromConcrete.hs | ||
Normalize.hs | ||
Options.hs | ||
Read.hs | ||
Repl.hs | ||
Strip.hs |