Browse Source

Windows: disable RTTI and exceptions

v0.7.4-release
Bert Belder 13 years ago
parent
commit
2e2df04b35
  1. 2
      common.gypi

2
common.gypi

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

Loading…
Cancel
Save