| OLD | NEW |
| 1 // Copyright (c) 2008 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2008 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "common.xcconfig" | 5 #include "common.xcconfig" |
| 6 | 6 |
| 7 // Stripping is done in release mode, but is handled externally to Xcode. |
| 8 // See mac/strip_from_xcode for details. |
| 9 |
| 7 DEAD_CODE_STRIPPING = YES | 10 DEAD_CODE_STRIPPING = YES |
| 8 DEBUG_INFORMATION_FORMAT = dwarf-with-dsym | 11 DEBUG_INFORMATION_FORMAT = dwarf |
| 9 DEPLOYMENT_POSTPROCESSING = YES | |
| 10 GCC_PREPROCESSOR_DEFINITIONS = $(GCC_PREPROCESSOR_DEFINITIONS) NDEBUG | 12 GCC_PREPROCESSOR_DEFINITIONS = $(GCC_PREPROCESSOR_DEFINITIONS) NDEBUG |
| 11 STRIP_STYLE = all | |
| OLD | NEW |