mirror of
https://abf.rosa.ru/djam/chromium-browser-stable.git
synced 2025-02-24 15:12:49 +00:00
Disabled debug
This commit is contained in:
parent
e28dae2b20
commit
3088c02506
1 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@
|
|||
# Get the version number of latest stable version
|
||||
# $ curl -s 'https://omahaproxy.appspot.com/all?os=linux&channel=stable' | sed 1d | cut -d , -f 3
|
||||
|
||||
%define debug_package %{nil}
|
||||
|
||||
%global _build_pkgcheck_set %{nil}
|
||||
%bcond_without gost
|
||||
|
||||
|
@ -669,7 +671,7 @@ ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/node
|
|||
fatal_linker_warnings=false \
|
||||
use_aura=true \
|
||||
use_libpci = true \
|
||||
is_debug=true \
|
||||
is_debug=false \
|
||||
gtk_version=3 \
|
||||
closure_compile=false \
|
||||
is_clang=%{is_clang} \
|
||||
|
|
Loading…
Add table
Reference in a new issue