summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-09-30 22:08:47 +0000
committerGreg Clayton <gclayton@apple.com>2011-09-30 22:08:47 +0000
commit6535dae3b73485f78c644457fbfae1e4b1adf2ee (patch)
treecf071acd6cc5e68f9f0007ce040ffe5dbdd9c0d5
parentd76f43e18c3e4165efd6d123a9b2634c3bbc5feb (diff)
downloadbcm5719-llvm-6535dae3b73485f78c644457fbfae1e4b1adf2ee.tar.gz
bcm5719-llvm-6535dae3b73485f78c644457fbfae1e4b1adf2ee.zip
Remove the "-feliminate-unused-debug-types" OTHER_CFLAGS.
llvm-svn: 140893
-rw-r--r--lldb/lldb.xcodeproj/project.pbxproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/lldb.xcodeproj/project.pbxproj b/lldb/lldb.xcodeproj/project.pbxproj
index b43c5e5a753..332a6e4dfd0 100644
--- a/lldb/lldb.xcodeproj/project.pbxproj
+++ b/lldb/lldb.xcodeproj/project.pbxproj
@@ -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";
OpenPOWER on IntegriCloud