Update arm.gni

This commit is contained in:
Alexander David Frick 2022-06-06 22:53:26 -07:00 committed by GitHub
parent 6836c67077
commit d4f86a352b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
# build) where the target platform is x64, but V8 is configured to use
# the arm64 simulator. Pointer authentication doesn't work properly
# in this mode (yet).
arm_control_flow_integrity = "none"
arm_control_flow_integrity = "standard"
}
}
assert(arm_control_flow_integrity == "none" ||