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

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 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
« no previous file with comments | « chrome/browser/crash_handler_host_linux.cc ('k') | chrome/renderer/extensions/scoped_persistent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 521eda791ef4cea489d9677c2ad1606c865e7636..f849ba16594fcae6b9ca68ce720b1c58e0840d14 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',
],
« no previous file with comments | « chrome/browser/crash_handler_host_linux.cc ('k') | chrome/renderer/extensions/scoped_persistent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698