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

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

Issue 6903035: Remove /OPT:NOWIN98 / OptimizeForWindows98=1 (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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 | « no previous file | 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', 4 'Optimization': '2',
5 'StringPooling': 'true', 5 'StringPooling': 'true',
6 'OmitFramePointers': 'true', 6 'OmitFramePointers': 'true',
7 }, 7 },
8 'VCLinkerTool': { 8 'VCLinkerTool': {
9 'LinkIncremental': '1', 9 'LinkIncremental': '1',
10 'OptimizeReferences': '2', 10 'OptimizeReferences': '2',
11 'EnableCOMDATFolding': '2', 11 'EnableCOMDATFolding': '2',
12 'OptimizeForWindows98': '1',
13 }, 12 },
14 }, 13 },
15 } 14 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698