Skip to content

Commit

Permalink
try enabling exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-page committed May 2, 2024
1 parent 6c9821a commit c033355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
]
],
'dependencies': ["<!(node -p \"require('node-addon-api').gyp\")"],
'cflags!': [ '-fno-exceptions -fPIC' ],
'cflags_cc!': [ '-fno-exceptions -fPIC' ],
'cflags!': [ '-fPIC' ],
'cflags_cc!': [ '-fPIC' ],
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'CLANG_CXX_LIBRARY': 'libc++',
Expand Down

0 comments on commit c033355

Please sign in to comment.