Remove the "-feliminate-unused-debug-types" OTHER_CFLAGS.

llvm-svn: 140893
This commit is contained in:
Greg Clayton 2011-09-30 22:08:47 +00:00
parent d76f43e18c
commit 6535dae3b7
1 changed files with 0 additions and 3 deletions

View File

@ -3594,7 +3594,6 @@
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"-flimit-debug-info",
"-feliminate-unused-debug-types",
"-Wparentheses",
);
VALID_ARCHS = "x86_64 i386";
@ -3629,7 +3628,6 @@
LLVM_SOURCE_DIR = "$(SRCROOT)/llvm";
OTHER_CFLAGS = (
"-flimit-debug-info",
"-feliminate-unused-debug-types",
"-Wparentheses",
);
VALID_ARCHS = "x86_64 i386";
@ -3921,7 +3919,6 @@
LLVM_SOURCE_DIR = "$(SRCROOT)/llvm";
OTHER_CFLAGS = (
"-flimit-debug-info",
"-feliminate-unused-debug-types",
"-Wparentheses",
);
VALID_ARCHS = "x86_64 i386";