forked from OSchip/llvm-project
Fixed the Xcode project file to not build all architectures
for Debug builds. I accidentally checked this in with my last round of changes. llvm-svn: 111743
This commit is contained in:
parent
4eb27b79c1
commit
2cf205ff23
|
@ -2791,7 +2791,6 @@
|
|||
);
|
||||
LLVM_BUILD_DIR = "$(SRCROOT)/llvm";
|
||||
LLVM_CONFIGURATION = Release;
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
OTHER_CFLAGS = (
|
||||
"-DFOR_DYLD=0",
|
||||
"-DSUPPORT_REMOTE_UNWINDING",
|
||||
|
|
Loading…
Reference in New Issue