forked from OSchip/llvm-project
<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:
parent
bd2ee13e78
commit
653028fe36
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue