Skip to content

Commit f8cc8a3

Browse files
Attempt to clean up Fedora build warnings
1 parent 8126fbc commit f8cc8a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fedora/OpenRGB.spec.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ cp -r %{_sourcedir}/%{_name}/. %{_builddir}
2121

2222
%build
2323
cd %{_builddir}
24-
%qmake_qt5 PREFIX=%{_prefix} "QMAKE_CXXFLAGS+=-save-temps"
24+
export CXXFLAGS=${CXXFLAGS/-pipe}
25+
%qmake_qt5 PREFIX=%{_prefix}
2526
%make_build
2627

2728
%install

0 commit comments

Comments
 (0)