Index: tools/test.py |
diff --git a/tools/test.py b/tools/test.py |
index c361f937375dea768126005007b7ac12e1b180ab..8c62136158e721be7e56d89252314159eb12073f 100755 |
--- a/tools/test.py |
+++ b/tools/test.py |
@@ -684,8 +684,9 @@ SUFFIX = { |
'debug' : '_g', |
'release' : '' } |
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']} |
TIMEOUT_SCALEFACTOR = { |
'debug' : 4, |
'release' : 1 } |