diff options
author | brad kittenbrink <brad@lindenlab.com> | 2011-05-03 18:15:00 -0700 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2011-05-03 18:15:00 -0700 |
commit | a8ba89eb41b5b0eabecf1d78cf0d5ac9f1b11117 (patch) | |
tree | 4b746ddbb4ba2a1390f0f408e80c71d9e7daf1f1 /build.sh | |
parent | b9bb792c478d703c6442351ecb563c0a67f77111 (diff) |
Fix for CHOP-619. Found a general solution to our vs2010 precompiled headers problems and eliminated all our special cases for handling them.
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -58,7 +58,6 @@ pre_build() "$AUTOBUILD" configure -c $variant -- \ -DPACKAGE:BOOL=ON \ -DRELEASE_CRASH_REPORTING:BOOL=ON \ - -DUSE_PRECOMPILED_HEADERS=FALSE \ -DVIEWER_CHANNEL:STRING="\"$viewer_channel\"" \ -DVIEWER_LOGIN_CHANNEL:STRING="\"$viewer_login_channel\"" \ -DGRID:STRING="\"$viewer_grid\"" \ |