!54 Update debuginfo-level config
From: @ltdong Reviewed-by: @jingxiaolu Signed-off-by: @jingxiaolu
This commit is contained in:
commit
dfe298cb4f
@ -12,7 +12,7 @@
|
|||||||
%bcond_without lldb
|
%bcond_without lldb
|
||||||
Name: rust
|
Name: rust
|
||||||
Version: 1.53.0
|
Version: 1.53.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The Rust Programming Language
|
Summary: The Rust Programming Language
|
||||||
License: (ASL 2.0 or MIT) and (BSD and MIT)
|
License: (ASL 2.0 or MIT) and (BSD and MIT)
|
||||||
URL: https://www.rust-lang.org
|
URL: https://www.rust-lang.org
|
||||||
@ -290,7 +290,7 @@ export %{rust_env}
|
|||||||
%ifarch %{arm} %{ix86} s390x
|
%ifarch %{arm} %{ix86} s390x
|
||||||
%define enable_debuginfo --debuginfo-level=0 --debuginfo-level-std=2
|
%define enable_debuginfo --debuginfo-level=0 --debuginfo-level-std=2
|
||||||
%else
|
%else
|
||||||
%define enable_debuginfo --debuginfo-level=2
|
%define enable_debuginfo --debuginfo-level=1
|
||||||
%endif
|
%endif
|
||||||
%ifnarch %{power64}
|
%ifnarch %{power64}
|
||||||
%define codegen_units_std --set rust.codegen-units-std=1
|
%define codegen_units_std --set rust.codegen-units-std=1
|
||||||
@ -465,13 +465,16 @@ export %{rust_env}
|
|||||||
%{_mandir}/man1/cargo*.1*
|
%{_mandir}/man1/cargo*.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Oct 02 2021 sdlzx <hdu_sdlzx@163.com> - 1.53.0-1
|
||||||
- Update to 1.53.0
|
- Update to 1.53.0
|
||||||
|
|
||||||
* Tue Sep 28 2021 sdlzx <hdu_sdlzx@163.com> - 1.52.1-1
|
* Tue Sep 28 2021 sdlzx <hdu_sdlzx@163.com> - 1.52.1-1
|
||||||
- Update to 1.52.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
|
- Fix rustdoc install very slow
|
||||||
|
|
||||||
* Tue Aug 24 2021 caodongxia <caodongxia@huawei.com> - 1.51.0-9
|
* Tue Aug 24 2021 caodongxia <caodongxia@huawei.com> - 1.51.0-9
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user