diff options
Diffstat (limited to 'common.gypi')
-rw-r--r-- | common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common.gypi b/common.gypi index d93bba77c8..68643b003a 100644 --- a/common.gypi +++ b/common.gypi @@ -53,6 +53,8 @@ 'OmitFramePointers': 'true', 'EnableFunctionLevelLinking': 'true', 'EnableIntrinsicFunctions': 'true', + 'RuntimeTypeInfo': 'false', + 'ExceptionHandling': '0', 'AdditionalOptions': [ '/MP', # compile across multiple CPUs ], |