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

Unified Diff: base/base.gyp

Issue 9117017: linux: remove no_strict_aliasing gyp variable (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: more Created 8 years, 11 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 | « no previous file | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index b3262b54f5e5ea06040d47cb08600591adfb955c..5e45fe1dd18056c7e035787b0416a36ad7b286b2 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -303,13 +303,6 @@
],
},
],
- ['gcc_version==44', {
- # Avoid gcc 4.4 strict aliasing issues in stl_tree.h when
- # building mru_cache_unittest.cc.
- 'cflags': [
- '-fno-strict-aliasing',
- ],
- }],
[ 'toolkit_uses_gtk==1', {
'sources': [
'nix/xdg_util_unittest.cc',
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698