diff options
author | S. Davilla <davilla@4pi.com> | 2011-03-27 02:24:33 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-03-27 02:24:57 -0400 |
commit | b8b0de8116910a926b117d6f95ad767e3575658a (patch) | |
tree | c30dcdcb024d3f4f8174da2a2e8a34b98a5383ac /XBMC.xcodeproj/project.pbxproj | |
parent | 02dfc38a3d88f0113085f8180b7db4651dd13a40 (diff) |
[osx] fixed 1322 warning on release build. dwarf-with-dsym is broke in 3.2.x and match hidden inlines to gcc default
Diffstat (limited to 'XBMC.xcodeproj/project.pbxproj')
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index efce7963cc..c756b3f1aa 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -9050,7 +9050,7 @@ buildSettings = { COPY_PHASE_STRIP = NO; DEAD_CODE_STRIPPING = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; FRAMEWORK_SEARCH_PATHS = "$(inherited)"; GCC_AUTO_VECTORIZATION = YES; GCC_DYNAMIC_NO_PIC = NO; @@ -9059,6 +9059,7 @@ GCC_ENABLE_SSE3_EXTENSIONS = NO; GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = NO; GCC_FAST_OBJC_DISPATCH = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; GCC_MODEL_PPC64 = NO; GCC_MODEL_TUNING = ""; GCC_OPTIMIZATION_LEVEL = 2; |