Browse Source

fix: disable CET as v8 deoptimization is incompatible with it (#29546)

Samuel Attard 3 years ago
parent
commit
0753e4911c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      build/args/all.gn

+ 2 - 0
build/args/all.gn

@@ -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