Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 3ec6df01159b370725c3c34e889df260d119e471..122f557fceb8df1e5b0148bee60f17a4ee1ce194 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -3999,9 +3999,9 @@ |
'MACOSX_DEPLOYMENT_TARGET': '<(mac_deployment_target)', |
# Keep pch files below xcodebuild/. |
'SHARED_PRECOMPS_DIR': '$(CONFIGURATION_BUILD_DIR)/SharedPrecompiledHeaders', |
- 'OTHER_CFLAGS': [ |
- '-fno-strict-aliasing', # See http://crbug.com/32204 |
- ], |
+ |
+ # -fno-strict-aliasing, see http://crbug.com/32204 |
+ 'GCC_STRICT_ALIASING': 'NO', |
}, |
'target_conditions': [ |
['_type=="executable"', { |