mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 21:19:50 +01:00
Windows: disable RTTI and exceptions
This commit is contained in:
parent
74a8215a86
commit
2e2df04b35
@ -53,6 +53,8 @@
|
||||
'OmitFramePointers': 'true',
|
||||
'EnableFunctionLevelLinking': 'true',
|
||||
'EnableIntrinsicFunctions': 'true',
|
||||
'RuntimeTypeInfo': 'false',
|
||||
'ExceptionHandling': '0',
|
||||
'AdditionalOptions': [
|
||||
'/MP', # compile across multiple CPUs
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user