changeset 1ddfb0679c75 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=1ddfb0679c75
description:
        util/regress: set --no-lto on regressions

        See comment for motivation.

diffstat:

 util/regress |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r d75f37065089 -r 1ddfb0679c75 util/regress
--- a/util/regress      Tue Aug 20 11:32:33 2013 -0500
+++ b/util/regress      Wed Aug 21 17:31:08 2013 -0700
@@ -155,6 +155,12 @@
 if options.update_ref:
     scons_opts += ' --update-ref'
 
+# We generally compile gem5.fast only to make sure it compiles OK;
+# it's not very useful to run as a regression test since assertions
+# are disabled.  Thus there's not much point spending time on
+# link-time optimization.
+scons_opts += ' --no-lto'
+
 cmd = 'scons --ignore-style %s %s' % (scons_opts, ' '.join(targets))
 if options.no_exec:
     print cmd
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to