From 6d29c037c06bbc6570a0fa2d842b55c367e908c3 Mon Sep 17 00:00:00 2001 From: Chaoting Liu Date: Fri, 10 Feb 2017 07:09:55 +0000 Subject: [PATCH] chromium: rebuild without debug --- chromium/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chromium/PKGBUILD b/chromium/PKGBUILD index e67d73b..2527046 100644 --- a/chromium/PKGBUILD +++ b/chromium/PKGBUILD @@ -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'