forked from OSchip/llvm-project
Build with SDKROOT = macosx for "Debug" "DebugClang" and "Release" builds when building with Xcode.
llvm-svn: 165980
This commit is contained in:
parent
c4c5e89152
commit
193f70427c
|
@ -4308,7 +4308,7 @@
|
|||
"-flimit-debug-info",
|
||||
"-Wparentheses",
|
||||
);
|
||||
SDKROOT = "";
|
||||
SDKROOT = macosx;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
STRIP_STYLE = debugging;
|
||||
VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";
|
||||
|
@ -4367,7 +4367,7 @@
|
|||
"-flimit-debug-info",
|
||||
"-Wparentheses",
|
||||
);
|
||||
SDKROOT = "";
|
||||
SDKROOT = macosx;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
STRIP_STYLE = debugging;
|
||||
VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";
|
||||
|
@ -5215,7 +5215,7 @@
|
|||
"-flimit-debug-info",
|
||||
"-Wparentheses",
|
||||
);
|
||||
SDKROOT = "";
|
||||
SDKROOT = macosx;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
STRIP_STYLE = debugging;
|
||||
VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";
|
||||
|
|
Loading…
Reference in New Issue