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