diff options
author | Alain Linden <alain@lindenlab.com> | 2011-02-16 15:46:34 -0800 |
---|---|---|
committer | Alain Linden <alain@lindenlab.com> | 2011-02-16 15:46:34 -0800 |
commit | f83801ab59a77a76a5f30e20a2bb02e13318ec57 (patch) | |
tree | d7d7403c89d16a1a9d1e5b1773ec274fe4cbe81a | |
parent | 8af932de1f006d518ddfcf44c8cc2cab344dc802 (diff) |
temporarily turn off precompiled header usage to work around Incredibuild issues.
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |