mirror of
https://abf.rosa.ru/djam/firefox-esr68.git
synced 2025-02-23 09:52:56 +00:00
Disabled optimize spec
This commit is contained in:
parent
10e52ef4e4
commit
73970b4395
1 changed files with 1 additions and 5 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue