From ebed8ebfc9ca8bc1ecd465fd615d3bb4ccf94b2d Mon Sep 17 00:00:00 2001 From: ltdong <3626822129@qq.com> Date: Fri, 8 Oct 2021 16:09:15 +0800 Subject: [PATCH] Update debuginfo-level config --- rust.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust.spec b/rust.spec index e8d6f86..e9343ec 100644 --- a/rust.spec +++ b/rust.spec @@ -12,7 +12,7 @@ %bcond_without lldb Name: rust Version: 1.52.1 -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 @@ -296,7 +296,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 @@ -471,6 +471,9 @@ export %{rust_env} %{_mandir}/man1/cargo*.1* %changelog +* Fri Oct 08 2021 donglongtao - 1.52.1-2 +- Update debuginfo-level config + * Tue Sep 28 2021 sdlzx - 1.52.1-1 - Update to 1.52.1 -- Gitee