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

Unified Diff: build/common.gypi

Issue 1129103005: clang/win: Disable oilpan plugin on 64-bit builds again. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | 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 e63221c16a0fb6d6c4ae0d859b388249e66b3878..dc3be24971f03abb511ab2d268602524f52e5b5f 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2245,6 +2245,12 @@
],
}],
+ ['OS=="win" and target_arch=="x64"', {
+ # TODO(thakis): Enable on x64 once all warnings are fixed.
+ # http://crbug.com/486571
+ 'blink_gc_plugin%': 0,
+ }],
+
# On valgrind bots, override the optimizer settings so we don't inline too
# much and make the stacks harder to figure out.
#
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698