changeset 95b2bf400ee4 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=95b2bf400ee4
description:
Change default regression build from 'fast' to 'opt'
diffstat:
util/regress | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 63e849f0f341 -r 95b2bf400ee4 util/regress
--- a/util/regress Wed Apr 20 11:14:52 2011 -0700
+++ b/util/regress Wed Apr 20 13:47:42 2011 -0700
@@ -52,7 +52,7 @@
'X86_SE,X86_FS,' \
'ARM_SE,ARM_FS',
help="comma-separated build targets to test (default: '%default')")
-add_option('--variants', dest='variants', default='fast',
+add_option('--variants', dest='variants', default='opt',
help="comma-separated build variants to test (default: '%default')")
add_option('--scons-opts', dest='scons_opts', default='', metavar='OPTS',
help='scons options')
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev