arm32 fix again

This commit is contained in:
Alexander Frick 2023-03-17 05:28:28 -05:00
parent 2ad38f289f
commit 1ebc952660

View file

@ -9,9 +9,9 @@ arm_arch = "armv7-a"
arm_tune = "generic-armv7-a" arm_tune = "generic-armv7-a"
arm_float_abi = "softfp" arm_float_abi = "softfp"
arm_use_thumb = true arm_use_thumb = true
arm_use_neon = false arm_use_neon = true
arm_optionally_use_neon = false arm_optionally_use_neon = false
arm_fpu = "vfpv3-d16" arm_fpu = "neon"
is_official_build = true is_official_build = true
is_high_end_android = false is_high_end_android = false
use_relr_relocations = false use_relr_relocations = false
@ -20,15 +20,16 @@ optimize_for_speed = true
is_debug = false is_debug = false
is_java_debug = false is_java_debug = false
debuggable_apks = false debuggable_apks = false
is_cfi = true # is_cfi = true
use_relative_vtables_abi = false use_relative_vtables_abi = false
icu_use_data_file = true icu_use_data_file = true
use_cfi_cast = true # use_cfi_cast = true
use_gnome_keyring = false use_gnome_keyring = false
v8_use_external_startup_data = true v8_use_external_startup_data = true
android_channel = "stable" android_channel = "stable"
disable_android_lint = true disable_android_lint = true
enable_stripping = true enable_stripping = true
strip_debug_info = true
dcheck_always_on = false dcheck_always_on = false
exclude_unwind_tables = true exclude_unwind_tables = true
# enable_debugallocation = false # enable_debugallocation = false