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

Unified Diff: build/internal/release_impl_official.gypi

Issue 187813008: Add PGO targets to Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: It almost works ! Created 6 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 | « build/common.gypi ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/internal/release_impl_official.gypi
diff --git a/build/internal/release_impl_official.gypi b/build/internal/release_impl_official.gypi
index d084ae32cfd345872b16d051c9445322898c28d8..ce3371b5391a3fd71a87fde53f1677130c072b71 100644
--- a/build/internal/release_impl_official.gypi
+++ b/build/internal/release_impl_official.gypi
@@ -31,12 +31,11 @@
# headroom as of Dec 16, 2011.
'/expectedoutputsize:41943040',
],
- 'LinkTimeCodeGeneration': '1',
Sébastien Marchand 2014/03/12 22:40:41 This line shouldn't be removed because it prevent
# The /PROFILE flag causes the linker to add a "FIXUP" debug stream to
# the generated PDB. According to MSDN documentation, this flag is only
# available (or perhaps supported) in the Enterprise (team development)
# version of Visual Studio. If this blocks your official build, simply
- # comment out this line, then re-run "gclient runhooks".
+ # comment out this line, then re-run "gclient runhooks".
'Profile': 'true',
},
},
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698