summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorMarc Orr <marc.orr@gmail.com>2012-03-16 03:29:07 -0700
committerMarc Orr <marc.orr@gmail.com>2012-03-16 03:29:07 -0700
commit24fe7cdf00cf0946ab8a572ecb54e8fc973f62fe (patch)
treed3d93bb7c0094bb080356e46d89b0fc453c9905b /SConstruct
parentbb7be54d73f19e579ed58802080b52fe808cf59b (diff)
downloadgem5-24fe7cdf00cf0946ab8a572ecb54e8fc973f62fe.tar.xz
build: remove implicit-cache setting of scons from recent build faster patch
Diffstat (limited to 'SConstruct')
-rwxr-xr-xSConstruct1
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