Skip to content

Commit

Permalink
Expose V8 symbols for native modules
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Nov 14, 2023
1 parent a48ce6d commit f7da713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const commonConfig = [
`target_cpu="${targetCpu}"`,
`target_os="${targetOs}"`,
// V8 settings required by Node.
'v8_expose_symbols=true',
'v8_enable_sandbox=false',
'v8_use_external_startup_data=false',
'v8_enable_javascript_promise_hooks=true',
Expand Down

0 comments on commit f7da713

Please sign in to comment.