[Lldb-commits] [lldb] r132273 - /lldb/tags/lldb-57/lldb.xcodeproj/project.pbxproj

Greg Clayton gclayton at apple.com
Sat May 28 18:50:51 PDT 2011


Author: gclayton
Date: Sat May 28 20:50:51 2011
New Revision: 132273

URL: http://llvm.org/viewvc/llvm-project?rev=132273&view=rev
Log:
Don't strip any debug symbols from the the liblldb-core.a.


Modified:
    lldb/tags/lldb-57/lldb.xcodeproj/project.pbxproj

Modified: lldb/tags/lldb-57/lldb.xcodeproj/project.pbxproj
URL: http://llvm.org/viewvc/llvm-project/lldb/tags/lldb-57/lldb.xcodeproj/project.pbxproj?rev=132273&r1=132272&r2=132273&view=diff
==============================================================================
--- lldb/tags/lldb-57/lldb.xcodeproj/project.pbxproj (original)
+++ lldb/tags/lldb-57/lldb.xcodeproj/project.pbxproj Sat May 28 20:50:51 2011
@@ -3509,7 +3509,7 @@
 		2689FFD613353D7A00698AC0 /* Release */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
-				COPY_PHASE_STRIP = YES;
+				COPY_PHASE_STRIP = NO;
 				CURRENT_PROJECT_VERSION = 57;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DYLIB_CURRENT_VERSION = 57;
@@ -3549,7 +3549,7 @@
 		2689FFD713353D7A00698AC0 /* BuildAndIntegration */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
-				COPY_PHASE_STRIP = YES;
+				COPY_PHASE_STRIP = NO;
 				CURRENT_PROJECT_VERSION = 57;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DYLIB_CURRENT_VERSION = 57;





More information about the lldb-commits mailing list