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

Unified Diff: build/common.gypi

Issue 2035313007: Revert of Use /LTCG:Incremental to speed up the non-clobber official builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/BUILD.gn » ('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 e909a8369e88f109cc92e0b819f262976ab47898..a9c8f1ddefe7e811ae8472237beab9a075404911 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5524,12 +5524,9 @@
},
'msvs_settings': {
'VCLinkerTool': {
+ # Set /LTCG for the official builds.
+ 'LinkTimeCodeGeneration': '1',
'AdditionalOptions': [
- # Enable /LTCG for the official builds. Use the incremental
- # mode to speed-up the non-clobber builds. This is not the
- # same as incremental linking (/INCREMENTAL) and doesn't have
- # any impact on code size or on performance.
- '/LTCG:INCREMENTAL',
# Set the number of LTCG code-gen threads to eight.
# The default is four. This gives a 5-10% link speedup.
'/cgthreads:8',
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698