|
@ -53,6 +53,8 @@ |
|
|
'OmitFramePointers': 'true', |
|
|
'OmitFramePointers': 'true', |
|
|
'EnableFunctionLevelLinking': 'true', |
|
|
'EnableFunctionLevelLinking': 'true', |
|
|
'EnableIntrinsicFunctions': 'true', |
|
|
'EnableIntrinsicFunctions': 'true', |
|
|
|
|
|
'RuntimeTypeInfo': 'false', |
|
|
|
|
|
'ExceptionHandling': '0', |
|
|
'AdditionalOptions': [ |
|
|
'AdditionalOptions': [ |
|
|
'/MP', # compile across multiple CPUs |
|
|
'/MP', # compile across multiple CPUs |
|
|
], |
|
|
], |
|
|