diff options
Diffstat (limited to 'xcode/Simple/SimpleProj.xcconfig')
-rw-r--r-- | xcode/Simple/SimpleProj.xcconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xcode/Simple/SimpleProj.xcconfig b/xcode/Simple/SimpleProj.xcconfig new file mode 100644 index 0000000..73543b8 --- /dev/null +++ b/xcode/Simple/SimpleProj.xcconfig @@ -0,0 +1,8 @@ + GCC_ENABLE_CPP_EXCEPTIONS = YES; + GCC_ENABLE_CPP_RTTI = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + GCC_INCREASE_PRECOMPILED_HEADER_SHARING = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + PREBINDING = NO; + INFOPLIST_EXPAND_BUILD_SETTINGS = YES;
\ No newline at end of file |