From b4d93988edd5b6ef383423f0e8ca2e842cccc002 Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Tue, 24 Mar 2009 01:12:36 +0000 Subject: [PATCH] Use DWARF symbols for Release build This should ship binaries with debugging symbols in them. I'm not sure if there's a negative side effect somewhere, but this should make parsing the crash logs a lot easier :) --- GitX.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitX.xcodeproj/project.pbxproj b/GitX.xcodeproj/project.pbxproj index ec296ce..814a235 100644 --- a/GitX.xcodeproj/project.pbxproj +++ b/GitX.xcodeproj/project.pbxproj @@ -916,7 +916,7 @@ 26FC0A860875C7B200E6366F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "\"$(SRCROOT)\"",