Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 2c6257acbe93cdb2baded066b17b4e767d2d4d14..e2d6f64bffe2425156fd6289d0a6af6a98a59b96 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -547,6 +547,8 @@ DEFINE_BOOL(wasm_break_on_decoder_error, false, |
"debug break when wasm decoder encounters an error") |
DEFINE_BOOL(validate_asm, false, "validate asm.js modules before compiling") |
+DEFINE_BOOL(fast_validate_asm, false, |
+ "validate asm.js modules before compiling") |
DEFINE_BOOL(suppress_asm_messages, false, |
"don't emit asm.js related messages (for golden file testing)") |
DEFINE_BOOL(trace_asm_time, false, "log asm.js timing info to the console") |