mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-04 00:54:36 +00:00
add --fuzz
option to roc
This commit is contained in:
parent
5652da0562
commit
abc4fd18cc
3 changed files with 46 additions and 27 deletions
|
@ -57,6 +57,7 @@ pub fn generate(
|
|||
opt_level: OptLevel::Development,
|
||||
emit_debug_info: false,
|
||||
emit_llvm_ir: false,
|
||||
fuzz: false,
|
||||
};
|
||||
|
||||
let load_config = standard_load_config(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue