<rdar://problem/10974749>

Hack our project file to deal with new default compiler driver flags that were making builds fail.

llvm-svn: 151946
This commit is contained in:
Greg Clayton 2012-03-02 22:28:46 +00:00
parent bd2ee13e78
commit 653028fe36
1 changed files with 6 additions and 0 deletions

View File

@ -4061,6 +4061,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_OBJC_RUNTIME = NO;
CLANG_LINK_OBJC_RUNTIME = NO;
CURRENT_PROJECT_VERSION = 120;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 120;
@ -4121,6 +4123,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_OBJC_RUNTIME = NO;
CLANG_LINK_OBJC_RUNTIME = NO;
CURRENT_PROJECT_VERSION = 120;
DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
@ -4360,6 +4364,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_OBJC_RUNTIME = NO;
CLANG_LINK_OBJC_RUNTIME = NO;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 120;
DEAD_CODE_STRIPPING = YES;