Disabled optimize spec

This commit is contained in:
Алексей-З 2019-04-26 12:36:18 +00:00
parent 10e52ef4e4
commit 73970b4395

View file

@ -37,7 +37,7 @@ Summary: Next generation web browser
Name: firefox
Version: %{major}
Epoch: %{ff_epoch}
Release: 4
Release: 5
License: MPLv1+
Group: Networking/WWW
Url: http://www.mozilla.com/firefox/
@ -246,9 +246,7 @@ env CARGO_HOME=.cargo cargo install cbindgen
export PATH=`pwd`/.cargo/bin:$PATH
%endif
%if %{mdkver} > 201610
export RUSTFLAGS="-Cdebuginfo=0"
%endif
%if 0%{?clang}
%define linker lld
@ -272,9 +270,7 @@ ac_add_options --disable-crashreporter
# debug
#ac_add_options --disable-debug
#ac_add_options --disable-debug-symbols
%if %{mdkver} > 201610
ac_add_options --disable-elf-hack
%endif
ac_add_options --disable-tests
ac_add_options --disable-updater
%if %{toolkit_gtk3}