diff --git a/fedora/OpenRGB.spec.in b/fedora/OpenRGB.spec.in index 96eeca1e..7ccb0e53 100644 --- a/fedora/OpenRGB.spec.in +++ b/fedora/OpenRGB.spec.in @@ -21,7 +21,8 @@ cp -r %{_sourcedir}/%{_name}/. %{_builddir} %build cd %{_builddir} -%qmake_qt5 PREFIX=%{_prefix} "QMAKE_CXXFLAGS+=-save-temps" +export CXXFLAGS=${CXXFLAGS/-pipe} +%qmake_qt5 PREFIX=%{_prefix} %make_build %install