Update debuginfo-level config

This commit is contained in:
ltdong 2021-10-09 11:42:27 +08:00
parent fe38428fe7
commit 7e15bee564

View File

@ -12,7 +12,7 @@
%bcond_without lldb
Name: rust
Version: 1.53.0
Release: 1
Release: 2
Summary: The Rust Programming Language
License: (ASL 2.0 or MIT) and (BSD and MIT)
URL: https://www.rust-lang.org
@ -290,7 +290,7 @@ export %{rust_env}
%ifarch %{arm} %{ix86} s390x
%define enable_debuginfo --debuginfo-level=0 --debuginfo-level-std=2
%else
%define enable_debuginfo --debuginfo-level=2
%define enable_debuginfo --debuginfo-level=1
%endif
%ifnarch %{power64}
%define codegen_units_std --set rust.codegen-units-std=1
@ -465,13 +465,16 @@ export %{rust_env}
%{_mandir}/man1/cargo*.1*
%changelog
* Fri Oct 08 2021 donglongtao <donglongtao@huawei.com> - 1.53.0-2
- Update debuginfo-level config
* Sat Oct 02 2021 sdlzx <hdu_sdlzx@163.com> - 1.53.0-1
- Update to 1.53.0
* Tue Sep 28 2021 sdlzx <hdu_sdlzx@163.com> - 1.52.1-1
- Update to 1.52.1
* Tue Sep 17 2021 donglongtao <donglongtao@huawei.com> - 1.51.0-10
* Fri Sep 17 2021 donglongtao <donglongtao@huawei.com> - 1.51.0-10
- Fix rustdoc install very slow
* Tue Aug 24 2021 caodongxia <caodongxia@huawei.com> - 1.51.0-9