mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
16 lines
317 B
Python
16 lines
317 B
Python
{
|
|
'msvs_settings': {
|
|
'VCCLCompilerTool': {
|
|
'Optimization': '2',
|
|
'StringPooling': 'true',
|
|
'OmitFramePointers': 'true',
|
|
},
|
|
'VCLinkerTool': {
|
|
'LinkIncremental': '1',
|
|
'OptimizeReferences': '2',
|
|
'EnableCOMDATFolding': '2',
|
|
'OptimizeForWindows98': '1',
|
|
},
|
|
},
|
|
}
|