OLD | NEW |
---|---|
(Empty) | |
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 | |
3 // found in the LICENSE file. | |
4 | |
5 #include "common.xcconfig" | |
6 | |
7 // Stripping is done in release mode, but is handled externally to Xcode. | |
8 // See mac/strip_from_xcode for details. | |
9 | |
10 DEAD_CODE_STRIPPING = YES | |
11 DEBUG_INFORMATION_FORMAT = dwarf | |
12 GCC_PREPROCESSOR_DEFINITIONS = $(GCC_PREPROCESSOR_DEFINITIONS) NDEBUG | |
OLD | NEW |