aboutsummaryrefslogtreecommitdiff
path: root/FantomModule/FantomModuleProj.xcconfig
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-03-01 12:12:49 +0800
committerTat-Chee Wan (USM)2011-03-01 12:12:49 +0800
commit2cbe251e1b726c2fc5347dffd25cd4f9102012ed (patch)
tree54d276fb63f4b1b64858d2e845ece5a7c577ae51 /FantomModule/FantomModuleProj.xcconfig
parent4ac22d8834dd625876281de4fc4da4e5cd6d1b59 (diff)
added fantom module for python
Diffstat (limited to 'FantomModule/FantomModuleProj.xcconfig')
-rw-r--r--FantomModule/FantomModuleProj.xcconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/FantomModule/FantomModuleProj.xcconfig b/FantomModule/FantomModuleProj.xcconfig
new file mode 100644
index 0000000..363b2d1
--- /dev/null
+++ b/FantomModule/FantomModuleProj.xcconfig
@@ -0,0 +1,6 @@
+ PREBINDING = NO;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ GCC_MODEL_TUNING = G5;
+ GCC_INCREASE_PRECOMPILED_HEADER_SHARING = YES;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = YES;