X-Git-Url: https://git.libre-soc.org/?p=gem5.git;a=blobdiff_plain;f=tests%2Fgem5%2Ffixture.py;fp=tests%2Fgem5%2Ffixture.py;h=a6b2881e8b1189314f2b48c3dec41e0c28e0fdbd;hp=5ffb2482adec10dbfe6e46173c574a314ae10473;hb=79db0bacdda7b0c59de0eaadf970ba48aa37559d;hpb=0367539e9f1c75478749404d4604b8f5f71f6139 diff --git a/tests/gem5/fixture.py b/tests/gem5/fixture.py index 5ffb2482a..a6b2881e8 100644 --- a/tests/gem5/fixture.py +++ b/tests/gem5/fixture.py @@ -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: