Skip to content

Commit

Permalink
build: disable flag v8_scriptormodule_legacy_lifetime
Browse files Browse the repository at this point in the history
Usages of `v8::ScriptOrModule` were removed in #44198
so the flag can be disabled by default.

PR-URL: #50616
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
  • Loading branch information
legendecas authored and UlisesGascon committed Dec 11, 2023
1 parent a772b82 commit b1d7996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/v8_gypfiles/features.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
# Enable global allocation site tracking.
'v8_allocation_site_tracking%': 1,

'v8_scriptormodule_legacy_lifetime%': 1,
'v8_scriptormodule_legacy_lifetime%': 0,

# Change code emission and runtime features to be CET shadow-stack compliant
# (incomplete and experimental).
Expand Down

0 comments on commit b1d7996

Please sign in to comment.