mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update arm.gni
This commit is contained in:
parent
6836c67077
commit
d4f86a352b
1 changed files with 1 additions and 1 deletions
|
@ -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" ||
|
||||
|
|
Loading…
Reference in a new issue