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

Unified Diff: build/common.gypi

Issue 812263002: Add /Gw to the compiler command line to reduce .dll sizes by 0.85% (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/internal/release_defaults.gypi » ('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 97268c669f521bc8dfbc8b46f924cf49db4bc407..63cc6002746e4c2bcaf30801653d76e433c937f6 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3389,6 +3389,7 @@
'AdditionalOptions': [
'/d2Zi+', # Improve debugging of Release builds.
'/Zc:inline', # Remove unreferenced COMDAT (faster links).
+ '/Gw', # Put data in separate COMDATs, new in VS 2013 Update 2
scottmg 2014/12/18 03:05:38 You can drop the ", new in VS 2013 Update 2", and
'<@(win_release_extra_cflags)',
],
},
« no previous file with comments | « no previous file | build/internal/release_defaults.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698