mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-03 10:17:15 +08:00
chromium: rebuild without debug
This commit is contained in:
parent
78d31e690d
commit
6d29c037c0
@ -20,7 +20,7 @@ declare -rgA _system_libs=(
|
||||
|
||||
pkgname=chromium
|
||||
pkgver=56.0.2924.87
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser"
|
||||
arch=('x86_64')
|
||||
url="https://www.chromium.org/Home"
|
||||
@ -120,8 +120,8 @@ build() {
|
||||
local _flags=(
|
||||
'is_clang=false'
|
||||
'clang_use_chrome_plugins=false'
|
||||
'symbol_level=1'
|
||||
'is_debug=true'
|
||||
'symbol_level=0'
|
||||
'is_debug=false'
|
||||
'fatal_linker_warnings=false'
|
||||
'treat_warnings_as_errors=false'
|
||||
'fieldtrial_testing_like_official_build=true'
|
||||
|
Loading…
Reference in New Issue
Block a user