tkchin | 9eeb624 | 2016-04-27 01:54:20 -0700 | [diff] [blame] | 1 | # Copyright 2016 The WebRTC project authors. All Rights Reserved. |
| 2 | # |
| 3 | # Use of this source code is governed by a BSD-style license |
| 4 | # that can be found in the LICENSE file in the root of the source |
| 5 | # tree. An additional intellectual property rights grant can be found |
| 6 | # in the file PATENTS. All contributing project authors may |
| 7 | # be found in the AUTHORS file in the root of the source tree. |
| 8 | |
| 9 | { |
| 10 | 'target_defaults': { |
| 11 | 'configurations': { |
| 12 | 'Profile': { |
| 13 | 'xcode_settings': { |
| 14 | 'DEBUG_INFORMARTION_FORMAT': 'dwarf-with-dsym', |
| 15 | # We manually strip using strip -S and strip -x. We need to run |
| 16 | # dsymutil ourselves so we need symbols around before that. |
| 17 | 'DEPLOYMENT_POSTPROCESSING': 'NO', |
| 18 | 'GCC_OPTIMIZATION_LEVEL': 's', |
| 19 | 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', |
| 20 | 'STRIP_INSTALLED_PRODUCT': 'NO', |
| 21 | 'USE_HEADERMAP': 'YES', |
| 22 | }, |
| 23 | }, |
| 24 | }, |
| 25 | }, |
| 26 | } |