Reduce debuginfo level on s390x

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
This commit is contained in:
salimma 2026-03-30 18:46:23 +01:00
commit a493a3d833
No known key found for this signature in database
GPG key ID: 8B229D2F7CCC04F2

View file

@ -1,6 +1,11 @@
# Generated by rust2rpm 28
%bcond check 1
%ifarch s390x
# the default setting causes the build to get killed
%global rustflags_debuginfo 1
%endif
%global crate coreutils
Name: rust-coreutils