mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
arm32 fix again
This commit is contained in:
parent
2ad38f289f
commit
1ebc952660
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue