Update win_ARM_args.gn

This commit is contained in:
Alexander David Frick 2022-09-03 05:53:58 -05:00 committed by GitHub
parent 25df422fc7
commit 9ef8c69235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,13 @@ visual_studio_version = "2022"
target_os = "win" target_os = "win"
target_cpu = "arm64" target_cpu = "arm64"
v8_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 is_win_arm64 = true
enable_stripping = true enable_stripping = true
is_official_build = true is_official_build = true
@ -14,6 +21,7 @@ exclude_unwind_tables = true
# enable_debugallocation = false # enable_debugallocation = false
enable_iterator_debugging = false enable_iterator_debugging = false
disable_fieldtrial_testing_config = true disable_fieldtrial_testing_config = true
enable_reporting = false
enable_resource_allowlist_generation = true enable_resource_allowlist_generation = true
enable_profiling = false enable_profiling = false
is_component_build = false is_component_build = false