mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Add --opt-size and compiling smaller binaries
This commit is contained in:
parent
279652a5af
commit
69b4e78ac7
6 changed files with 61 additions and 34 deletions
|
@ -90,6 +90,7 @@ macro_rules! return_on_layout_error_help {
|
|||
pub enum OptLevel {
|
||||
Development,
|
||||
Normal,
|
||||
Size,
|
||||
Optimize,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue