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

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
« build/common.gypi ('K') | « 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',
Timur Iskhodzhanov 2011/10/11 12:18:20 these two options are redundant since the flags ar
M-A Ruel 2011/10/11 13:47:08 So I guess release_impl_official.gypi value is ign
Timur Iskhodzhanov 2011/10/11 13:56:01 Nope, the _impl_official value has higher priority
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
« 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