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

Unified Diff: build/common.gypi

Issue 2228633002: clang/win: Stop disabling symbols by default in debug builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: foo Created 4 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 | « 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 ccd7a759a359334f30c040d93d8fb4bc0346c42f..cde40e911c18458c621d832a3d61461fc766e906 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2389,12 +2389,6 @@
],
}],
- ['OS=="win" and clang==1 and asan==0', {
- # 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