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

Unified Diff: build/common.gypi

Issue 1816683002: clang/win: Enable fastbuild=1 by default for now. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oops Created 4 years, 9 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/config/compiler/compiler.gni » ('j') | 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 32890147712570e1700dd8023eab30b0c01b05b5..4abef38936819137358067362ad6d39638fdc71e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2441,6 +2441,13 @@
],
}],
+ ['OS=="win" and clang==1', {
+ # TODO(thakis): Remove this again once building with clang/win and
+ # debug info doesn't make link.exe run for hours.
+ 'fastbuild': 1,
+ }],
+
+
['host_clang==1', {
'host_cc': '<(make_clang_dir)/bin/clang',
'host_cxx': '<(make_clang_dir)/bin/clang++',
« no previous file with comments | « no previous file | build/config/compiler/compiler.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698