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

Unified Diff: chrome/chrome_dll.gypi

Issue 7541080: Enable /PROFILE for Release builds and remove it from Debug builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: fixed a small typo in a comment Created 9 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
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_dll.gypi
===================================================================
--- chrome/chrome_dll.gypi (revision 95783)
+++ chrome/chrome_dll.gypi (working copy)
@@ -152,15 +152,6 @@
# on whether or not optimize_with_syzygy==1.
'ProgramDatabaseFile': '$(OutDir)\\initial\\chrome_dll.pdb',
'OutputFile': '$(OutDir)\\initial\\chrome.dll',
- 'conditions': [
- ['fastbuild==0', {
- # This corresponds to the /PROFILE flag which ensures the PDB
- # file contains FIXUP information. This information is used
- # by the Syzygy optimization tool. Syzygy optimization is
- # disabled when fastbuild!=0.
- 'Profile': 'true',
- }],
- ],
},
},
}], # OS=="win"
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698