Index: build/release.xcconfig |
=================================================================== |
--- build/release.xcconfig (revision 4920) |
+++ build/release.xcconfig (working copy) |
@@ -4,8 +4,9 @@ |
#include "common.xcconfig" |
+// Stripping is done in release mode, but is handled externally to Xcode. |
+// See mac/strip_from_xcode for details. |
+ |
DEAD_CODE_STRIPPING = YES |
-DEBUG_INFORMATION_FORMAT = dwarf-with-dsym |
-DEPLOYMENT_POSTPROCESSING = YES |
+DEBUG_INFORMATION_FORMAT = dwarf |
GCC_PREPROCESSOR_DEFINITIONS = $(GCC_PREPROCESSOR_DEFINITIONS) NDEBUG |
-STRIP_STYLE = all |