summaryrefslogtreecommitdiffstats
path: root/build/internal/release_impl_official.gypi
blob: 1e5571ab9c850471673d347becc379070da97a08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  'includes': ['release_defaults.gypi'],
  'defines': ['OFFICIAL_BUILD'],
  'msvs_settings': {
    'VCCLCompilerTool': {
      'Optimization': '3',
      'InlineFunctionExpansion': '2',
      'EnableIntrinsicFunctions': 'true',
      'FavorSizeOrSpeed': '2',
      'OmitFramePointers': 'true',
      'EnableFiberSafeOptimizations': 'true',
      'WholeProgramOptimization': 'true',
    },
    'VCLibrarianTool': {
      'AdditionalOptions': ['/ltcg'],
    },
    'VCLinkerTool': {
      'LinkTimeCodeGeneration': '1',
    },
  },
}