Add debug package

If no debug package are generated binary files included in the rpm are
not stripped and will include debug symbols.

Therefore, debug package are re-introduced.
This commit is contained in:
Marco Fargetta 2024-02-05 11:49:47 +01:00
parent 46529a05a4
commit d2814d4c33
No known key found for this signature in database
GPG Key ID: 1147D3D0DF9106A7

View File

@ -97,7 +97,7 @@ ExcludeArch: i686
%bcond_with theme
%bcond_without meta
%bcond_with tests
%bcond_with debug
%bcond_without debug
# Don't build console unless --with console is specified.
%bcond_with console