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

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

Issue 1507003: Fix official build as per Microsoft recommendation.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 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 'includes': ['release_defaults.gypi'], 2 'includes': ['release_defaults.gypi'],
3 'defines': ['OFFICIAL_BUILD'], 3 'defines': ['OFFICIAL_BUILD'],
4 'msvs_settings': { 4 'msvs_settings': {
5 'VCCLCompilerTool': { 5 'VCCLCompilerTool': {
6 'Optimization': '3', 6 'Optimization': '3',
7 'InlineFunctionExpansion': '2', 7 'InlineFunctionExpansion': '2',
8 'EnableIntrinsicFunctions': 'true', 8 'EnableIntrinsicFunctions': 'true',
9 'FavorSizeOrSpeed': '2', 9 'FavorSizeOrSpeed': '2',
10 'OmitFramePointers': 'true', 10 'OmitFramePointers': 'true',
11 'EnableFiberSafeOptimizations': 'true', 11 'EnableFiberSafeOptimizations': 'true',
12 'WholeProgramOptimization': 'true', 12 'WholeProgramOptimization': 'true',
13 }, 13 },
14 'VCLibrarianTool': { 14 'VCLibrarianTool': {
15 'AdditionalOptions': ['/ltcg'], 15 'AdditionalOptions': ['/ltcg', '/expectedoutputsize:120000000'],
16 }, 16 },
17 'VCLinkerTool': { 17 'VCLinkerTool': {
18 'LinkTimeCodeGeneration': '1', 18 'LinkTimeCodeGeneration': '1',
19 }, 19 },
20 }, 20 },
21 } 21 }
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