Take Thai's advice: use LTC_NO_ROLC on debug.
Release doesn't need it. I think we can soon get Xcode 4 working. :)
This commit is contained in:
@@ -8370,6 +8370,10 @@
|
||||
GCC_DYNAMIC_NO_PIC = YES;
|
||||
GCC_ENABLE_CPP_RTTI = NO;
|
||||
GCC_NO_COMMON_BLOCKS = YES;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
LTC_NO_ROLC,
|
||||
"DEBUG=1",
|
||||
);
|
||||
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
||||
GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO;
|
||||
GCC_WARN_PROTOTYPE_CONVERSION = NO;
|
||||
|
||||
Reference in New Issue
Block a user