From c6cfaa55f5711cac5a1a7bc37d2150240ea91d25 Mon Sep 17 00:00:00 2001 From: Rafal Stefanowski Date: Thu, 21 May 2020 15:25:03 +0200 Subject: [PATCH] Create debug symbols for RPM Signed-off-by: Rafal Stefanowski --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d66d01d..4caa20d 100644 --- a/Makefile +++ b/Makefile @@ -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