Skip to content

Commit 186fe2c

Browse files
legendecasLei Shi
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 <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent d99642a commit 186fe2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)