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
25df422fc7
commit
9ef8c69235
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,13 @@ visual_studio_version = "2022"
|
|||
target_os = "win"
|
||||
target_cpu = "arm64"
|
||||
v8_target_cpu = "arm64"
|
||||
arm_version = 8
|
||||
arm_arch = "armv8-a"
|
||||
arm_tune = "generic-armv8-a"
|
||||
arm_float_abi = "hard"
|
||||
arm_use_thumb = true
|
||||
arm_use_neon = false
|
||||
arm_fpu = "vfpv3-d16"
|
||||
is_win_arm64 = true
|
||||
enable_stripping = true
|
||||
is_official_build = true
|
||||
|
@ -14,6 +21,7 @@ exclude_unwind_tables = true
|
|||
# enable_debugallocation = false
|
||||
enable_iterator_debugging = false
|
||||
disable_fieldtrial_testing_config = true
|
||||
enable_reporting = false
|
||||
enable_resource_allowlist_generation = true
|
||||
enable_profiling = false
|
||||
is_component_build = false
|
||||
|
|
Loading…
Reference in a new issue