Index: tools/run-tests.py |
diff --git a/tools/run-tests.py b/tools/run-tests.py |
index ed01abee042ab0fbc219b3572d97d57b48ac6837..cab93fb6079fc256b278fcc573f0b0cdb18647b2 100755 |
--- a/tools/run-tests.py |
+++ b/tools/run-tests.py |
@@ -56,9 +56,9 @@ VARIANT_FLAGS = [[], |
["--stress-opt", "--always-opt"], |
["--nocrankshaft"]] |
MODE_FLAGS = { |
- "debug" : ["--nobreak-on-abort", "--enable-slow-asserts", |
- "--debug-code", "--verify-heap"], |
- "release" : ["--nobreak-on-abort"]} |
+ "debug" : ["--nobreak-on-abort", "--nodead-code-elimination", |
+ "--enable-slow-asserts", "--debug-code", "--verify-heap"], |
+ "release" : ["--nobreak-on-abort", "--nodead-code-elimination"]} |
def BuildOptions(): |