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 <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
  • Loading branch information
legendecas authored and targos committed Nov 23, 2023
1 parent fd66437 commit 6b81666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/v8_gypfiles/features.gypi
Original file line number Diff line number Diff line change
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 6b81666

Please sign in to comment.