mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
arm32 android fix
This commit is contained in:
parent
3fea8b75d0
commit
b6919887a7
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ v8_target_cpu = "arm"
|
||||||
arm_version = 7
|
arm_version = 7
|
||||||
arm_arch = "armv7-a"
|
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 = true
|
arm_use_neon = true
|
||||||
arm_optionally_use_neon = false
|
arm_optionally_use_neon = false
|
||||||
|
@ -81,7 +81,7 @@ enable_hangout_services_extension = true
|
||||||
rtc_use_h264 = false
|
rtc_use_h264 = false
|
||||||
rtc_prefer_fixed_point = true
|
rtc_prefer_fixed_point = true
|
||||||
rtc_include_ilbc = true
|
rtc_include_ilbc = true
|
||||||
rtc_build_with_neon = false
|
# rtc_build_with_neon = false
|
||||||
rtc_build_examples = false
|
rtc_build_examples = false
|
||||||
rtc_enable_avx2 = false
|
rtc_enable_avx2 = false
|
||||||
enable_vr = true
|
enable_vr = true
|
||||||
|
|
Loading…
Reference in a new issue