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 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>
  • Loading branch information
legendecas authored and lucshi committed Nov 27, 2023
1 parent d99642a commit 186fe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/v8_gypfiles/features.gypi
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 186fe2c

Please sign in to comment.