summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2011-05-03 18:15:00 -0700
committerbrad kittenbrink <brad@lindenlab.com>2011-05-03 18:15:00 -0700
commita8ba89eb41b5b0eabecf1d78cf0d5ac9f1b11117 (patch)
tree4b746ddbb4ba2a1390f0f408e80c71d9e7daf1f1 /build.sh
parentb9bb792c478d703c6442351ecb563c0a67f77111 (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-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index d112e5ea1c..b281814059 100755
--- a/build.sh
+++ b/build.sh
@@ -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\"" \