roc/crates/cli
Brendan Hansknecht 76cb2b09cd
Stop ignoring --optimize in roc --optimize main.roc
This is just inconvenient and does not make our api better.
Leads to users thinking that roc does not optimize well.
This also allows `roc dev --optimize` (which is the exact same as `roc --optimize`).
If a user wants to do that, it should be fine.

This will all eventually be replaced by the larger cli rewrite.
2024-12-10 08:51:28 -08:00
..
benches refactoring progress, use valgrind on exe 2024-10-09 20:04:36 +02:00
src Stop ignoring --optimize in roc --optimize main.roc 2024-12-10 08:51:28 -08:00
tests Merge branch 'main' into cleanup_unused 2024-12-08 10:14:47 -08:00
build.rs Add commit information to roc versions built from source 2024-09-25 21:12:46 +08:00
Cargo.toml update to workspace deps for miscellaneous 2024-11-29 11:37:39 +11:00