mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update win_ARM_args.gn
This commit is contained in:
parent
808d3191eb
commit
15fc1da49d
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,7 @@ google_default_client_id = ""
|
|||
google_default_client_secret = ""
|
||||
visual_studio_version = "2022"
|
||||
target_os = "win"
|
||||
is_win_arm64 = true
|
||||
target_cpu = "arm64"
|
||||
v8_target_cpu = "arm64"
|
||||
arm_version = 8
|
||||
|
@ -13,7 +14,6 @@ arm_use_thumb = true
|
|||
arm_use_neon = false
|
||||
arm_optionally_use_neon = false
|
||||
arm_fpu = "vfpv3-d16"
|
||||
is_win_arm64 = true
|
||||
enable_stripping = true
|
||||
is_official_build = true
|
||||
is_debug = false
|
||||
|
@ -60,7 +60,7 @@ rtc_use_h264 = true
|
|||
rtc_include_ilbc = true
|
||||
# rtc_enable_avx2 = true
|
||||
rtc_build_examples = false
|
||||
rtc_build_with_neon = true
|
||||
rtc_build_with_neon = false
|
||||
enable_vr = true
|
||||
use_vr_assets_component = true
|
||||
enable_platform_hevc = true
|
||||
|
|
Loading…
Reference in a new issue