Merge pull request #421 from rafalste/rpm_debug_symbols

Create debug symbols for RPM
This commit is contained in:
Robert Baldyga 2020-06-08 09:28:22 +02:00 committed by GitHub
commit 0ad78a118f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ archives:
@utils/pckgen $(PWD) tar zip
rpm:
@utils/pckgen $(PWD) rpm
@utils/pckgen $(PWD) rpm --debug
srpm:
@utils/pckgen $(PWD) srpm
@utils/pckgen $(PWD) srpm --debug