blob: 7f1ddb8bec8aeb952eee41da97e0ab25ea9363e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
'msvs_settings': {
'VCCLCompilerTool': {
'StringPooling': 'true',
},
'VCLinkerTool': {
'LinkIncremental': '1',
'OptimizeReferences': '2',
'EnableCOMDATFolding': '2',
},
},
}
|