diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2006-12-07 14:41:56 -0500 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2006-12-07 14:41:56 -0500 |
commit | ac32645c27c51f5eb5e20adecab4758352265aa5 (patch) | |
tree | d0370e18bcaf16e0fa4ddc3aacac7d5bbe5a56c0 /util/regress | |
parent | b618e733bd580391702a844404417f9723b94588 (diff) | |
download | gem5-ac32645c27c51f5eb5e20adecab4758352265aa5.tar.xz |
Change detault regression build from opt to fast.
--HG--
extra : convert_revision : b6db0254b73a97ab6e3685c90cc9cd30ea274d4f
Diffstat (limited to 'util/regress')
-rwxr-xr-x | util/regress | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/regress b/util/regress index 8e60b6fee..83d8b4ddc 100755 --- a/util/regress +++ b/util/regress @@ -43,7 +43,7 @@ optparser.add_option('--builds', dest='builds', help='comma-separated list of build targets to test ' " (default: '%default')" ) optparser.add_option('--variants', dest='variants', - default='opt', + default='fast', help='comma-separated list of build variants to test ' " (default: '%default')" ) optparser.add_option('--scons-opts', dest='scons_opts', default='', |