Remove CMake release config from strawberry.spec

This commit is contained in:
Jonas Kvinge 2021-12-14 22:16:20 +01:00
parent 38adf640e9
commit 512eed9b04
1 changed files with 1 additions and 1 deletions

View File

@ -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