mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
31622de594
@midzer @gz83 This should enable settings arm64 optimization settings in the args.gn, rather than seperate arm.gni for mac, raspi, windows on arm, etc. It also makes it where these args will be passed to more targets, because before, when setting arm64 as the target_cpu, it would only accept a subset, i.e. only these: arm_version = arm_float_abi = arm_use_neon = arm_use_thumb = arm_control_flow_integrity = I also cherry picked a patch from M111 that sets arm_control_flow_integrity = "standard" ONLY if it is android or linux. This will set it to "none" for Mac and Windows on ARM builds, which I think will fix the Mac M1 bugs, and allow building for Windows on ARM with the standard WinSDK toolchain. |
||
---|---|---|
.. | ||
ash/resources/vector_icons | ||
build | ||
chrome | ||
components | ||
content | ||
extensions/browser | ||
media | ||
net | ||
sandbox | ||
third_party | ||
tools | ||
ui | ||
v8/src | ||
BUILD.gn |