aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2014-05-15 11:06:58 +0200
committermontellese <montellese@xbmc.org>2014-05-15 19:35:33 +0200
commit215860adddcbba9e4163bc971774d44bc014994a (patch)
tree09b2128ff8cc09e750df610db1d1799dae9ebc5c /tools/darwin
parent5de1287266ef2b4adf11afde041d076bb316397b (diff)
[darwin] add NPT_CONFIG_ENABLE_LOGGING flag to Xcode common configuration
Diffstat (limited to 'tools/darwin')
-rw-r--r--tools/darwin/Configurations/Common.xcconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/Configurations/Common.xcconfig b/tools/darwin/Configurations/Common.xcconfig
index c5a8fabbb4..353d7983a7 100644
--- a/tools/darwin/Configurations/Common.xcconfig
+++ b/tools/darwin/Configurations/Common.xcconfig
@@ -18,6 +18,6 @@
//
//
-XBMC_GCC_PREPROCESSOR_DEFINITIONS_COMMON = TARGET_POSIX TARGET_DARWIN _LINUX _REENTRANT _FILE_DEFINED _FILE_OFFSET_BITS=64 _LARGEFILE64_SOURCE __STDC_CONSTANT_MACROS HAVE_CONFIG_H HAS_SPC_CODEC
+XBMC_GCC_PREPROCESSOR_DEFINITIONS_COMMON = TARGET_POSIX TARGET_DARWIN _LINUX _REENTRANT _FILE_DEFINED _FILE_OFFSET_BITS=64 _LARGEFILE64_SOURCE __STDC_CONSTANT_MACROS HAVE_CONFIG_H HAS_SPC_CODEC NPT_CONFIG_ENABLE_LOGGING
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym