From 2534ae201e47986d36d5fab0e523a7f046b8ec1e Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Mon, 21 Sep 2009 19:42:03 +0000 Subject: Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the scons script build in a deterministic order (by Zhanyong Wan). --- scons/SConstruct.common | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scons') diff --git a/scons/SConstruct.common b/scons/SConstruct.common index 193fab21..f849d727 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): -- cgit v1.2.3