Skip to content
Snippets Groups Projects
Commit 64912f9e authored by Don Kjer's avatar Don Kjer
Browse files

Removing GCC_GENERATE_DEBUGGING_SYMBOLS=NO from xcode project

parent 4936ce77
No related branches found
No related tags found
No related merge requests found
...@@ -76,6 +76,10 @@ pre_build() ...@@ -76,6 +76,10 @@ pre_build()
-DLL_TESTS:BOOL="$run_tests" \ -DLL_TESTS:BOOL="$run_tests" \
-DTEMPLATE_VERIFIER_OPTIONS:STRING="$template_verifier_options" $template_verifier_master_url -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 check_for "After 'autobuild configure'" ${build_dir}/packages/dictionaries
end_section "Pre$variant" end_section "Pre$variant"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment