Set RUSTFLAGS:debuginfo to 1
This commit is contained in:
parent
e84ba84985
commit
ee1d2d6212
@ -88,7 +88,7 @@
|
||||
Summary: Mozilla Firefox Web browser
|
||||
Name: firefox
|
||||
Version: 79.0
|
||||
Release: 10
|
||||
Release: 11
|
||||
URL: https://www.mozilla.org/firefox/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
|
||||
@ -496,8 +496,8 @@ echo "ac_add_options --enable-linker=gold" >> .mozconfig
|
||||
%if 0%{?flatpak}
|
||||
MOZ_LINK_FLAGS="$MOZ_LINK_FLAGS -L%{_libdir}"
|
||||
%endif
|
||||
%ifarch %{arm} %{ix86}
|
||||
export RUSTFLAGS="-Cdebuginfo=0"
|
||||
%ifarch x86_64 aarch64
|
||||
export RUSTFLAGS="-C debuginfo=1"
|
||||
%endif
|
||||
%if %{build_with_asan}
|
||||
MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fsanitize=address -Dxmalloc=myxmalloc"
|
||||
@ -807,6 +807,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 14 2021 zhangweiguo <zhangweiguo2@huawei.com> - 79.0-11
|
||||
- Set RUSTFLAGS:debuginfo to 1
|
||||
|
||||
* Mon Aug 23 2021 lingsheng <lingsheng@huawei.com> - 79.0-10
|
||||
- Fix firefox tab crash with clone3 in glibc 2.34
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user