diff options
author | Marc Orr <marc.orr@gmail.com> | 2012-03-16 03:29:07 -0700 |
---|---|---|
committer | Marc Orr <marc.orr@gmail.com> | 2012-03-16 03:29:07 -0700 |
commit | 24fe7cdf00cf0946ab8a572ecb54e8fc973f62fe (patch) | |
tree | d3d93bb7c0094bb080356e46d89b0fc453c9905b | |
parent | bb7be54d73f19e579ed58802080b52fe808cf59b (diff) | |
download | gem5-24fe7cdf00cf0946ab8a572ecb54e8fc973f62fe.tar.xz |
build: remove implicit-cache setting of scons from recent build faster patch
-rwxr-xr-x | SConstruct | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 941534287..1bc3824ca 100755 --- a/SConstruct +++ b/SConstruct @@ -193,7 +193,6 @@ for key,val in os.environ.iteritems(): main = Environment(ENV=use_env) main.Decider('MD5-timestamp') -main.SetOption('implicit_cache', 1) main.root = Dir(".") # The current directory (where this file lives). main.srcdir = Dir("src") # The source directory |