summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2012-10-18 16:31:24 -0700
committerDon Kjer <don@lindenlab.com>2012-10-18 16:31:24 -0700
commit64912f9e4983f7a6eba56e411693d4a110f1c6ff (patch)
tree5956869b9b211bbc0dcbc076e4be363c8e8013af
parent4936ce7782a22ec27239bba27d6fd18ae0bfa1a0 (diff)
Removing GCC_GENERATE_DEBUGGING_SYMBOLS=NO from xcode project
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 15f0463aff..4ae146c578 100755
--- a/build.sh
+++ b/build.sh
@@ -76,6 +76,10 @@ pre_build()
-DLL_TESTS:BOOL="$run_tests" \
-DTEMPLATE_VERIFIER_OPTIONS:STRING="$template_verifier_options" $template_verifier_master_url
+ mv ${build_dir}/SecondLife.xcodeproj/project.pbxproj ${build_dir}/SecondLife.xcodeproj/project.pbxproj.intermediate
+ grep -v GCC_GENERATE_DEBUGGING_SYMBOLS ${build_dir}/SecondLife.xcodeproj/project.pbxproj.intermediate > ${build_dir}/SecondLife.xcodeproj/project.pbxproj
+ rm ${build_dir}/SecondLife.xcodeproj/project.pbxproj.intermediate
+
check_for "After 'autobuild configure'" ${build_dir}/packages/dictionaries
end_section "Pre$variant"