| Index: tools/run-tests.py
|
| diff --git a/tools/run-tests.py b/tools/run-tests.py
|
| index 603e0e1064a3b763841defe930a334a07b638cd4..c445a6359f7fab961cbd3bb20d777dc180ccc17e 100755
|
| --- a/tools/run-tests.py
|
| +++ b/tools/run-tests.py
|
| @@ -127,7 +127,7 @@ VARIANT_ALIASES = {
|
|
|
| DEBUG_FLAGS = ["--nohard-abort", "--nodead-code-elimination",
|
| "--nofold-constants", "--enable-slow-asserts",
|
| - "--debug-code", "--verify-heap"]
|
| + "--verify-heap"]
|
| RELEASE_FLAGS = ["--nohard-abort", "--nodead-code-elimination",
|
| "--nofold-constants"]
|
|
|
|
|