gen_wasm: comment about debug env var

This commit is contained in:
Brian Carroll 2022-12-10 07:31:32 +00:00
parent 06c675703a
commit b4c0ac14c8
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0

View file

@ -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)]