Skip to content

Commit 2e2df04

Browse files
committed
Windows: disable RTTI and exceptions
1 parent 74a8215 commit 2e2df04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common.gypi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
'OmitFramePointers': 'true',
5454
'EnableFunctionLevelLinking': 'true',
5555
'EnableIntrinsicFunctions': 'true',
56+
'RuntimeTypeInfo': 'false',
57+
'ExceptionHandling': '0',
5658
'AdditionalOptions': [
5759
'/MP', # compile across multiple CPUs
5860
],

0 commit comments

Comments
 (0)