summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlain Linden <alain@lindenlab.com>2011-02-16 15:46:34 -0800
committerAlain Linden <alain@lindenlab.com>2011-02-16 15:46:34 -0800
commitf83801ab59a77a76a5f30e20a2bb02e13318ec57 (patch)
treed7d7403c89d16a1a9d1e5b1773ec274fe4cbe81a
parent8af932de1f006d518ddfcf44c8cc2cab344dc802 (diff)
temporarily turn off precompiled header usage to work around Incredibuild issues.
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a612a5c5cd..1eaa4a48b1 100755
--- a/build.sh
+++ b/build.sh
@@ -51,7 +51,7 @@ pre_build()
{
local variant="$1"
begin_section "Pre$variant"
- "$AUTOBUILD" configure -c $variant -- -DPACKAGE:BOOL=ON -DRELEASE_CRASH_REPORTING:BOOL=ON
+ "$AUTOBUILD" configure -c $variant -- -DPACKAGE:BOOL=ON -DRELEASE_CRASH_REPORTING:BOOL=ON -DUSE_PRECOMPILED_HEADERS=FALSE
end_section "Pre$variant"
}