Chromium Code Reviews| Index: build/internal/release_defaults.gypi |
| =================================================================== |
| --- build/internal/release_defaults.gypi (revision 104879) |
| +++ build/internal/release_defaults.gypi (working copy) |
| @@ -1,9 +1,7 @@ |
| { |
| 'msvs_settings': { |
| 'VCCLCompilerTool': { |
| - '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
|
| 'StringPooling': 'true', |
| - 'OmitFramePointers': 'true', |
| }, |
| 'VCLinkerTool': { |
| 'LinkIncremental': '1', |