From 512eed9b04a97794e6376f956c8009228e04cbdb Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 14 Dec 2021 22:16:20 +0100 Subject: [PATCH] Remove CMake release config from strawberry.spec --- dist/unix/strawberry.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/unix/strawberry.spec.in b/dist/unix/strawberry.spec.in index 08dce3060..ed58ab469 100644 --- a/dist/unix/strawberry.spec.in +++ b/dist/unix/strawberry.spec.in @@ -137,7 +137,7 @@ Features: %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos} export CXXFLAGS="-fPIC $RPM_OPT_FLAGS" %endif -%{cmake} -DCMAKE_BUILD_TYPE:STRING=Release -DQT_VERSION_MAJOR=@QT_VERSION_MAJOR@ +%{cmake} -DQT_VERSION_MAJOR=@QT_VERSION_MAJOR@ %if 0%{?centos} || (0%{?mageia} && 0%{?mageia} <= 7) %make_build %else