summaryrefslogtreecommitdiffstats
path: root/scons/SConstruct.common
diff options
context:
space:
mode:
Diffstat (limited to 'scons/SConstruct.common')
-rw-r--r--scons/SConstruct.common5
1 files changed, 0 insertions, 5 deletions
diff --git a/scons/SConstruct.common b/scons/SConstruct.common
index 193fab2..f849d72 100644
--- a/scons/SConstruct.common
+++ b/scons/SConstruct.common
@@ -155,11 +155,6 @@ class SConstructHelper:
'/OPT:NOICF',
]
)
- # Tell SCons to build depdendencies in random order (apart from the
- # actual dependency order). This helps ensure we don't introduce
- # build files that "accidentally" work sometimes (e.g. when you are
- # building some targets) and not other times.
- debug_env.SetOption('random', 1)
return debug_env
def MakeWinOptimizedEnvironment(self, base_environment, name):