Skip to content

Commit

Permalink
Update the v8 build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
33KK committed Oct 31, 2023
1 parent 59c44ac commit be6fa22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/v8_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ def default_args():
"v8_promise_internal_field_count": 1,
"v8_use_external_startup_data": False,
"v8_use_snapshot": True,
# We prefer embedders to bring their own compression
"v8_use_zlib": False,
"v8_enable_snapshot_compression": False,
# Disable handle zapping for performance
"v8_enable_handle_zapping": False,
# Ensure allocation of typed arrays and arraybuffers always goes through
Expand Down

0 comments on commit be6fa22

Please sign in to comment.