Skip to content

Commit

Permalink
Disable external buffers with define
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdy committed Oct 4, 2023
1 parent f952434 commit 1613a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'-O3'
],
},
'defines': [ 'NAPI_CPP_EXCEPTIONS', 'NODE_API_SWALLOW_UNTHROWABLE_EXCEPTIONS', 'NODE_ADDON_API_DISABLE_DEPRECATED' ],
'defines': [ 'NAPI_CPP_EXCEPTIONS', 'NODE_API_SWALLOW_UNTHROWABLE_EXCEPTIONS', 'NODE_ADDON_API_DISABLE_DEPRECATED', 'NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED' ],
'sources': [
'lib/libasherah.h',
'src/asherah.cc',
Expand Down

0 comments on commit 1613a1c

Please sign in to comment.