From f8cc8a38c7fbd66e43c27e3295ed938e8f61d236 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Thu, 16 Jan 2025 23:58:17 -0600 Subject: [PATCH] Attempt to clean up Fedora build warnings --- fedora/OpenRGB.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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