Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 958b2ba

Browse files
committedNov 7, 2023
build: disable flag v8_scriptormodule_legacy_lifetime
Usages of `v8::ScriptOrModule` were removed in nodejs#44198 so the flag can be disabled by default.
1 parent 5e3217c commit 958b2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/v8_gypfiles/features.gypi

+1-1
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)
Please sign in to comment.