disable debuginfo for rawhide

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2021-06-08 13:13:33 -04:00
parent ecf286d928
commit 12c87d6c7f

View File

@ -3,13 +3,8 @@
%global with_check 0
%global with_unit_test 0
%if 0%{?fedora} || 0%{?centos} >= 8 || 0%{?rhel}
#### DO NOT REMOVE - NEEDED FOR CENTOS
# disable debuginfo temporarily to get a successful build past gating issues
%global with_debug 0
%else
%global with_debug 0
%endif
%if 0%{?with_debug}
%global _find_debuginfo_dwz_opts %{nil}