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 RafaelGSS committed Nov 29, 2023
1 parent eaa4c14 commit 465f75b
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 465f75b

Please sign in to comment.