diff options
author | Don Kjer <don@lindenlab.com> | 2012-10-18 16:31:24 -0700 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-10-18 16:31:24 -0700 |
commit | 64912f9e4983f7a6eba56e411693d4a110f1c6ff (patch) | |
tree | 5956869b9b211bbc0dcbc076e4be363c8e8013af | |
parent | 4936ce7782a22ec27239bba27d6fd18ae0bfa1a0 (diff) |
Removing GCC_GENERATE_DEBUGGING_SYMBOLS=NO from xcode project
-rwxr-xr-x | build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |