diff --git a/BUILD.gn b/BUILD.gn index 7db218126604e5d81c7f18de9477449025535d2a..a067a6fa022c27fe1f92312722c4afbd0141c06c 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -298,9 +298,9 @@ declare_args() { # Enable control-flow integrity features, such as pointer authentication for # ARM64. Enable it by default for simulator builds and when native code # supports it as well. - v8_control_flow_integrity = - v8_current_cpu == "arm64" && - (target_is_simulator || arm_control_flow_integrity != "none") + v8_control_flow_integrity = false + # v8_current_cpu == "arm64" && + # (target_is_simulator || arm_control_flow_integrity != "none") # Enable heap reservation of size 4GB. Only possible for 64bit archs. cppgc_enable_caged_heap =