OLD | NEW |
---|---|
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 } |
OLD | NEW |