diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-13 02:22:31 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-13 02:22:31 +0000 |
commit | 47c3e8557b6c5b88d161c3363bcdff785d595191 (patch) | |
tree | 2d739183e6451edd85c6d025bc5d48e9e182c286 /build/common.gypi | |
parent | d095ef5313d1142ac4d9d3d779a21e75010dd7c5 (diff) | |
download | chromium_src-47c3e8557b6c5b88d161c3363bcdff785d595191.zip chromium_src-47c3e8557b6c5b88d161c3363bcdff785d595191.tar.gz chromium_src-47c3e8557b6c5b88d161c3363bcdff785d595191.tar.bz2 |
Don't use COPY_PHASE_STRIP.
For Mac builds, things that need to strip do it when they build.
BUG=280718
Review URL: https://chromiumcodereview.appspot.com/23890020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222961 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 2540ae6..e664730 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -2552,7 +2552,6 @@ 'WTF_USE_DYNAMIC_ANNOTATIONS=1', ], 'xcode_settings': { - 'COPY_PHASE_STRIP': 'NO', 'GCC_OPTIMIZATION_LEVEL': '<(mac_debug_optimization)', 'OTHER_CFLAGS': [ '<@(debug_extra_cflags)', @@ -3846,6 +3845,7 @@ 'ALWAYS_SEARCH_USER_PATHS': 'NO', # Don't link in libarclite_macosx.a, see http://crbug.com/156530. 'CLANG_LINK_OBJC_RUNTIME': 'NO', # -fno-objc-link-runtime + 'COPY_PHASE_STRIP': 'NO', 'GCC_C_LANGUAGE_STANDARD': 'c99', # -std=c99 'GCC_CW_ASM_SYNTAX': 'NO', # No -fasm-blocks 'GCC_ENABLE_CPP_EXCEPTIONS': 'NO', # -fno-exceptions |