Windows: disable RTTI and exceptions

This commit is contained in:
Bert Belder
2012-02-06 15:37:37 +01:00
parent 74a8215a86
commit 2e2df04b35

View File

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