mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
fix android args again
This commit is contained in:
parent
2edd001d94
commit
a308e84fe5
2 changed files with 8 additions and 7 deletions
|
@ -54,8 +54,9 @@ v8_enable_fast_torque = true
|
|||
v8_enable_builtins_optimization = true
|
||||
v8_enable_maglev = true
|
||||
v8_enable_turbofan = true
|
||||
# use_v8_context_snapshot = true
|
||||
# v8_use_external_startup_data = true
|
||||
# TODO: Re-Enable
|
||||
use_v8_context_snapshot = false
|
||||
v8_use_external_startup_data = true
|
||||
blink_symbol_level = 0
|
||||
enable_precompiled_headers = false
|
||||
media_use_ffmpeg = true
|
||||
|
@ -85,7 +86,7 @@ enable_hangout_services_extension = true
|
|||
rtc_use_h264 = false
|
||||
rtc_prefer_fixed_point = true
|
||||
rtc_include_ilbc = true
|
||||
# rtc_build_with_neon = false
|
||||
rtc_build_with_neon = true
|
||||
rtc_build_examples = false
|
||||
rtc_enable_avx2 = false
|
||||
enable_vr = true
|
||||
|
@ -98,7 +99,7 @@ enable_platform_ac4_audio = false
|
|||
enable_platform_dolby_vision = true
|
||||
enable_platform_encrypted_dolby_vision = true
|
||||
enable_platform_mpeg_h_audio = true
|
||||
enable_platform_dts_audio = false
|
||||
enable_platform_dts_audio = true
|
||||
enable_mse_mpeg2ts_stream_parser = true
|
||||
use_thin_lto = true
|
||||
thin_lto_enable_optimizations = true
|
||||
|
|
|
@ -54,7 +54,8 @@ v8_enable_fast_torque = true
|
|||
v8_enable_builtins_optimization = true
|
||||
v8_enable_maglev = true
|
||||
v8_enable_turbofan = true
|
||||
use_v8_context_snapshot = true
|
||||
# TODO: Re-Enable
|
||||
use_v8_context_snapshot = false
|
||||
v8_use_external_startup_data = true
|
||||
blink_symbol_level = 0
|
||||
enable_precompiled_headers = false
|
||||
|
@ -85,8 +86,7 @@ enable_hangout_services_extension = true
|
|||
rtc_use_h264 = false
|
||||
rtc_prefer_fixed_point = true
|
||||
rtc_include_ilbc = true
|
||||
# TODO: Re-Enable
|
||||
rtc_build_with_neon = false
|
||||
rtc_build_with_neon = true
|
||||
rtc_build_examples = false
|
||||
rtc_enable_avx2 = false
|
||||
enable_vr = true
|
||||
|
|
Loading…
Reference in a new issue