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

Unified Diff: gpu/gpu.gyp

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 | « content/renderer/pepper/pepper_plugin_instance_impl.cc ('k') | net/tools/quic/quic_socket_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 316aa914422f377e672ec0d387fc096c16d03293..9d032aba9ef8f8840556c9eae476d28ac61c71bf 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -137,6 +137,10 @@
'gles2_implementation_client_side_arrays',
'gles2_cmd_helper',
],
+ 'cflags': [
+ # TODO(phajdan.jr): Remove, http://crbug.com/32204 .
+ '-fno-strict-aliasing',
+ ],
'defines': [
'GLES2_C_LIB_IMPLEMENTATION',
],
« no previous file with comments | « content/renderer/pepper/pepper_plugin_instance_impl.cc ('k') | net/tools/quic/quic_socket_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698