mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-15 08:15:07 +00:00
gen_wasm: comment about debug env var
This commit is contained in:
parent
06c675703a
commit
b4c0ac14c8
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ pub const DEBUG_SETTINGS: WasmDebugSettings = WasmDebugSettings {
|
|||
let_stmt_ir: false && cfg!(debug_assertions),
|
||||
instructions: false && cfg!(debug_assertions),
|
||||
storage_map: false && cfg!(debug_assertions),
|
||||
keep_test_binary: false && cfg!(debug_assertions),
|
||||
keep_test_binary: false && cfg!(debug_assertions), // see also ROC_WRITE_FINAL_WASM
|
||||
};
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue