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

Side by Side Diff: build/internal/release_defaults.gypi

Issue 8227011: Make OmitFramePointer adjustable for Win/Release build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'msvs_settings': { 2 'msvs_settings': {
3 'VCCLCompilerTool': { 3 'VCCLCompilerTool': {
4 'Optimization': '2',
5 'StringPooling': 'true', 4 'StringPooling': 'true',
6 'OmitFramePointers': 'true',
7 }, 5 },
8 'VCLinkerTool': { 6 'VCLinkerTool': {
9 'LinkIncremental': '1', 7 'LinkIncremental': '1',
10 'OptimizeReferences': '2', 8 'OptimizeReferences': '2',
11 'EnableCOMDATFolding': '2', 9 'EnableCOMDATFolding': '2',
12 }, 10 },
13 }, 11 },
14 } 12 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698