Skip to content

Commit c19e7fa

Browse files
committed
disable debug packages when building without full_debuginfo
1 parent 8a54bb9 commit c19e7fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rust.spec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
%ifarch x32
2929
%define with_cross 1
3030
%endif
31+
32+
%if %{without full_debuginfo}
33+
%define _enable_debug_packages 0
34+
%endif
35+
3136
Summary: The Rust Programming Language
3237
Summary(pl.UTF-8): Język programowania Rust
3338
Name: rust

0 commit comments

Comments
 (0)