scons: Add support for debug info compression.
[gem5.git] / tests / gem5 / fixture.py
index 5ffb2482adec10dbfe6e46173c574a314ae10473..a6b2881e8b1189314f2b48c3dec41e0c28e0fdbd 100644 (file)
@@ -151,7 +151,8 @@ class SConsFixture(UniqueFixture):
         command = [
             'scons', '-C', self.directory,
             '-j', str(config.threads),
-            '--ignore-style'
+            '--ignore-style',
+            '--no-compress-debug'
         ]
 
         if not self.targets: