mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-03 12:47:17 +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
|
pkgname=chromium
|
||||||
pkgver=56.0.2924.87
|
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"
|
pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.chromium.org/Home"
|
url="https://www.chromium.org/Home"
|
||||||
@ -120,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=1'
|
'symbol_level=0'
|
||||||
'is_debug=true'
|
'is_debug=false'
|
||||||
'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'
|
||||||
|
Loading…
Reference in New Issue
Block a user