aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/py.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/py/py.xcodeproj/project.pbxproj')
-rw-r--r--externals/grill/py/py.xcodeproj/project.pbxproj14
1 files changed, 12 insertions, 2 deletions
diff --git a/externals/grill/py/py.xcodeproj/project.pbxproj b/externals/grill/py/py.xcodeproj/project.pbxproj
index ae60f114..30e3c783 100644
--- a/externals/grill/py/py.xcodeproj/project.pbxproj
+++ b/externals/grill/py/py.xcodeproj/project.pbxproj
@@ -578,7 +578,12 @@
isa = XCBuildConfiguration;
buildSettings = {
GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = PY_NUMPY;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ _DEBUG,
+ PY_NUMPY,
+ PY_USE_GIL,
+ );
HEADER_SEARCH_PATHS = "/Library/Python/2.3/site-packages/numpy/core/include/";
};
name = Development;
@@ -591,7 +596,12 @@
ppc,
);
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- GCC_PREPROCESSOR_DEFINITIONS = PY_NUMPY;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ NDEBUG,
+ PY_NUMPY,
+ PY_USE_GIL,
+ );
HEADER_SEARCH_PATHS = "/Library/Python/2.3/site-packages/numpy/core/include/";
};
name = Deployment;