diff options
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -107,6 +107,8 @@ for asm in tests: cmd += ['-O0'] # test that -O0 does nothing else: cmd += ['-O'] + if 'debugInfo' in asm: + cmd += ['-g'] if precise and opts: # test mem init importing open('a.mem', 'wb').write(asm) |