fix: disable CET as v8 deoptimization is incompatible with it (#29689)
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
This commit is contained in:
parent
7474c59ea0
commit
6fd9e4280c
1 changed files with 2 additions and 0 deletions
|
@ -31,3 +31,5 @@ is_cfi = false
|
|||
|
||||
# Make application name configurable at runtime for cookie crypto
|
||||
allow_runtime_configurable_key_storage = true
|
||||
|
||||
enable_cet_shadow_stack = false
|
||||
|
|
Loading…
Reference in a new issue