| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 6abd7a25d1cf24243d535b7d5ed4b6d68a12ed46..63a5a54697b80ee2b121e6ae943e3141b0f5e6f6 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2976,6 +2976,8 @@
|
| 'mac_bundle': 0,
|
| 'xcode_settings': {
|
| '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
|
| 'GCC_C_LANGUAGE_STANDARD': 'c99', # -std=c99
|
| 'GCC_CW_ASM_SYNTAX': 'NO', # No -fasm-blocks
|
| 'GCC_ENABLE_CPP_EXCEPTIONS': 'NO', # -fno-exceptions
|
|
|