Disable crashreporter when building without debuginfo

This commit is contained in:
Martin Stransky 2021-01-22 09:37:18 +01:00
parent 04e2d77e46
commit c302989fdf
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ ExcludeArch: s390x
%if !%{create_debuginfo}
%define _unpackaged_files_terminate_build 0
%global debug_package %{nil}
%global enable_mozilla_crashreporter 0
%endif
%global system_ffi 1