Skip to content

Commit f7aa501

Browse files
legendecasmartenrichter
authored andcommitted
build: disable flag v8_scriptormodule_legacy_lifetime
Usages of `v8::ScriptOrModule` were removed in nodejs#44198 so the flag can be disabled by default. PR-URL: nodejs#50616 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 21a0d79 commit f7aa501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/v8_gypfiles/features.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
# Enable global allocation site tracking.
271271
'v8_allocation_site_tracking%': 1,
272272

273-
'v8_scriptormodule_legacy_lifetime%': 1,
273+
'v8_scriptormodule_legacy_lifetime%': 0,
274274

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

0 commit comments

Comments
 (0)