Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6abd7a25d1cf24243d535b7d5ed4b6d68a12ed46..2077b6007247acddb48e93b43b32335af45599cb 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2976,6 +2976,8 @@ |
'mac_bundle': 0, |
'xcode_settings': { |
'ALWAYS_SEARCH_USER_PATHS': 'NO', |
+ # We don't want libarclite_macosx.a, see http://crbug.com/156530. |
Mark Mentovai
2012/10/18 22:16:01
“We?”
Nico
2012/10/18 22:21:02
Done?
|
+ '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 |