From 1b4b09b83eeff9369aa7809b7755a3e1dd6c0029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Tue, 9 Jul 2013 20:58:54 +0200 Subject: Add settings to make scons build faster. Change-Id: Iaa86883f483f0d852fceeaf5b645395457547428 diff --git a/BuildTools/SCons/SConscript.boot b/BuildTools/SCons/SConscript.boot index 7cd0d1a..1a32488 100644 --- a/BuildTools/SCons/SConscript.boot +++ b/BuildTools/SCons/SConscript.boot @@ -117,6 +117,11 @@ if env["max_jobs"] : except ImportError : pass +# Set speed options +env.Decider("MD5-timestamp") +env.SetOption("max_drift", 1) +env.SetOption("implicit_cache", True) + # Set the default compiler to CLang on OS X, and set the necessary flags if env["PLATFORM"] == "darwin" and env["target"] == "native" : if "cc" not in env : -- cgit v0.10.2-6-g49f6