mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 01:42:13 +08:00
chromium: debug build
This commit is contained in:
parent
8a274577eb
commit
78d31e690d
@ -8,12 +8,11 @@
|
|||||||
# Keys are the names in the above script; values are the dependencies in Chakra
|
# Keys are the names in the above script; values are the dependencies in Chakra
|
||||||
declare -rgA _system_libs=(
|
declare -rgA _system_libs=(
|
||||||
[flac]=flac
|
[flac]=flac
|
||||||
[harfbuzz-ng]=harfbuzz-icu
|
|
||||||
[libjpeg]=libjpeg
|
[libjpeg]=libjpeg
|
||||||
[libpng]=libpng
|
[libpng]=libpng
|
||||||
[libvpx]=libvpx
|
[libvpx]=libvpx
|
||||||
[libwebp]=libwebp
|
[libwebp]=libwebp
|
||||||
[libxml]=libxml2 # https://bugs.archlinux.org/task/29939
|
#[libxml]=libxml2 # https://bugs.archlinux.org/task/29939
|
||||||
[libxslt]=libxslt
|
[libxslt]=libxslt
|
||||||
[snappy]=snappy
|
[snappy]=snappy
|
||||||
[yasm]=
|
[yasm]=
|
||||||
@ -121,8 +120,8 @@ build() {
|
|||||||
local _flags=(
|
local _flags=(
|
||||||
'is_clang=false'
|
'is_clang=false'
|
||||||
'clang_use_chrome_plugins=false'
|
'clang_use_chrome_plugins=false'
|
||||||
'symbol_level=0'
|
'symbol_level=1'
|
||||||
'is_debug=false'
|
'is_debug=true'
|
||||||
'fatal_linker_warnings=false'
|
'fatal_linker_warnings=false'
|
||||||
'treat_warnings_as_errors=false'
|
'treat_warnings_as_errors=false'
|
||||||
'fieldtrial_testing_like_official_build=true'
|
'fieldtrial_testing_like_official_build=true'
|
||||||
@ -130,7 +129,7 @@ build() {
|
|||||||
'ffmpeg_branding="Chrome"'
|
'ffmpeg_branding="Chrome"'
|
||||||
'proprietary_codecs=true'
|
'proprietary_codecs=true'
|
||||||
'link_pulseaudio=true'
|
'link_pulseaudio=true'
|
||||||
'linux_use_bundled_binutils=true'
|
'linux_use_bundled_binutils=false'
|
||||||
'use_allocator="none"'
|
'use_allocator="none"'
|
||||||
'use_cups=true'
|
'use_cups=true'
|
||||||
'use_gconf=false'
|
'use_gconf=false'
|
||||||
|
Loading…
Reference in New Issue
Block a user