diff --git a/chromium-browser-stable.spec b/chromium-browser-stable.spec index 2fd623f..787112d 100644 --- a/chromium-browser-stable.spec +++ b/chromium-browser-stable.spec @@ -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} \