Skip to content

Commit

Permalink
added napi exception flag
Browse files Browse the repository at this point in the history
  • Loading branch information
laijonathan committed Sep 30, 2022
1 parent ac42d3f commit e08fdff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
}
}],
['OS=="zos" and NODE_VERSION < 16',{
['OS=="zos" and NODE_VERSION < 17',{
'cflags': [
'-qascii',
],
"defines": [ "NAPI_DISABLE_CPP_EXCEPTIONS" ],
}],
],
},
Expand Down

0 comments on commit e08fdff

Please sign in to comment.