summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorsiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-15 00:06:30 +0000
committersiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-15 00:06:30 +0000
commit936a6e02eeaa6e353b6356d2c5a3babc0249f936 (patch)
tree45ebe2fd2c99c4a31c73b0217e54bb10f89fe326 /build
parent428c561bad1a0cbf7d7784bfa6bb94e5b232b4d6 (diff)
downloadchromium_src-936a6e02eeaa6e353b6356d2c5a3babc0249f936.zip
chromium_src-936a6e02eeaa6e353b6356d2c5a3babc0249f936.tar.gz
chromium_src-936a6e02eeaa6e353b6356d2c5a3babc0249f936.tar.bz2
Add verbose logging to linker flags in offial builds.
R=maruel@chromium.org BUG= TEST=Verified that this produces verbose debug spew in VS2008 official builds. Review URL: http://codereview.chromium.org/8910022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114536 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/internal/release_impl_official.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/internal/release_impl_official.gypi b/build/internal/release_impl_official.gypi
index dd899c2..ee9df43 100644
--- a/build/internal/release_impl_official.gypi
+++ b/build/internal/release_impl_official.gypi
@@ -15,6 +15,10 @@
'AdditionalOptions': ['/ltcg', '/expectedoutputsize:120000000'],
},
'VCLinkerTool': {
+ # Get more debug spew from the linker while we're sorting out
+ # build problems and performance.
+ # TODO(siggi): Remove these flags after we're out of the woods.
+ 'AdditionalOptions': ['/verbose', '/time'],
'LinkTimeCodeGeneration': '1',
# The /PROFILE flag causes the linker to add a "FIXUP" debug stream to
# the generated PDB. According to MSDN documentation, this flag is only