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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 12091004: POSIX: re-enable strict aliasing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 7 years, 4 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
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 1cc82a06476009dcfe1a93dca39ee38d6ae50b01..4dbb5f0a9d475a7c23c19401fcb301a2116ea9fe 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -484,6 +484,10 @@
'include_dirs': [
'..',
],
+ 'cflags': [
+ # TODO(phajdan.jr): Remove, http://crbug.com/32204 .
+ '-fno-strict-aliasing',
+ ],
'defines': [
'CLD_WINDOWS',
],

Powered by Google App Engine
This is Rietveld 408576698