Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5226)

Unified Diff: build/common.gypi

Issue 19452002: roll gyp 1675:1678 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: roll gyp 1675:1678 Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"', {
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698