Skip to content

Commit 55dd6cb

Browse files
committed
Enable RTTI on OS X to fix exception handling (gh issue joeferner#106)
1 parent aa46f36 commit 55dd6cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binding.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"conditions": [
1212
["OS=='mac'", {
1313
"xcode_settings": {
14-
"GCC_ENABLE_CPP_EXCEPTIONS": "YES"
14+
"GCC_ENABLE_CPP_EXCEPTIONS": "YES",
15+
"GCC_ENABLE_CPP_RTTI": "YES"
1516
}
1617
}],
1718
["OS!='win'", {

0 commit comments

Comments
 (0)