From 45863b3908beeb719ddd03c9723fe796d45ca78c Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Fri, 13 Aug 2021 21:12:24 +0200 Subject: [PATCH] don't customize CMAKE_BUILD_TYPE to ensure proper flags --- hugin.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/hugin.spec b/hugin.spec index 9fd19df..3da79fb 100644 --- a/hugin.spec +++ b/hugin.spec @@ -79,7 +79,6 @@ mv -f src/translations/{cs_CZ,cs}.po install -d build cd build %cmake .. \ - -DCMAKE_BUILD_TYPE=%{?debug:Debug}%{!?debug:None} \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DBUILD_HSI:BOOL=ON \ -- 2.43.0