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: http://src.chromium.org/svn/trunk/src/build@222961 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
394f5e0fdc
Коммит
fe975c3274
|
@ -2552,7 +2552,6 @@
|
||||||
'WTF_USE_DYNAMIC_ANNOTATIONS=1',
|
'WTF_USE_DYNAMIC_ANNOTATIONS=1',
|
||||||
],
|
],
|
||||||
'xcode_settings': {
|
'xcode_settings': {
|
||||||
'COPY_PHASE_STRIP': 'NO',
|
|
||||||
'GCC_OPTIMIZATION_LEVEL': '<(mac_debug_optimization)',
|
'GCC_OPTIMIZATION_LEVEL': '<(mac_debug_optimization)',
|
||||||
'OTHER_CFLAGS': [
|
'OTHER_CFLAGS': [
|
||||||
'<@(debug_extra_cflags)',
|
'<@(debug_extra_cflags)',
|
||||||
|
@ -3846,6 +3845,7 @@
|
||||||
'ALWAYS_SEARCH_USER_PATHS': 'NO',
|
'ALWAYS_SEARCH_USER_PATHS': 'NO',
|
||||||
# Don't link in libarclite_macosx.a, see http://crbug.com/156530.
|
# Don't link in libarclite_macosx.a, see http://crbug.com/156530.
|
||||||
'CLANG_LINK_OBJC_RUNTIME': 'NO', # -fno-objc-link-runtime
|
'CLANG_LINK_OBJC_RUNTIME': 'NO', # -fno-objc-link-runtime
|
||||||
|
'COPY_PHASE_STRIP': 'NO',
|
||||||
'GCC_C_LANGUAGE_STANDARD': 'c99', # -std=c99
|
'GCC_C_LANGUAGE_STANDARD': 'c99', # -std=c99
|
||||||
'GCC_CW_ASM_SYNTAX': 'NO', # No -fasm-blocks
|
'GCC_CW_ASM_SYNTAX': 'NO', # No -fasm-blocks
|
||||||
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO', # -fno-exceptions
|
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO', # -fno-exceptions
|
||||||
|
|
Загрузка…
Ссылка в новой задаче