mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-23 07:40:11 -07:00
chromium: Force 64 bit build
This commit is contained in:
parent
4ac2630145
commit
539d752c9d
@ -36,6 +36,7 @@ set -- \
|
|||||||
use_jumbo_build=true \
|
use_jumbo_build=true \
|
||||||
jumbo_file_merge_limit=25 \
|
jumbo_file_merge_limit=25 \
|
||||||
use_kerberos=false \
|
use_kerberos=false \
|
||||||
|
enable_hangout_services_extension=false \
|
||||||
use_lld=true \
|
use_lld=true \
|
||||||
icu_use_data_file=false \
|
icu_use_data_file=false \
|
||||||
use_pulseaudio=false \
|
use_pulseaudio=false \
|
||||||
@ -44,7 +45,8 @@ set -- \
|
|||||||
use_official_google_api_keys=false \
|
use_official_google_api_keys=false \
|
||||||
use_unofficial_version_number=false \
|
use_unofficial_version_number=false \
|
||||||
fieldtrial_testing_like_official_build=false \
|
fieldtrial_testing_like_official_build=false \
|
||||||
proprietary_codecs=false
|
proprietary_codecs=false \
|
||||||
|
target_cpu="x64"
|
||||||
# Clang is needed for this as well as additional patches/workarounds.
|
# Clang is needed for this as well as additional patches/workarounds.
|
||||||
# is_official_build=true
|
# is_official_build=true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user