We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383098d commit f9988deCopy full SHA for f9988de
anda/system/falcond/falcond.spec
@@ -2,7 +2,7 @@
2
3
Name: falcond
4
Version: 1.1.6
5
-Release: 1%?dist
+Release: 2%?dist
6
Summary: Advanced Linux Gaming Performance Daemon
7
License: MIT
8
URL: https://git.pika-os.com/general-packages/falcond
@@ -33,7 +33,7 @@ install -Dm644 %{SOURCE1} %{buildroot}%{_presetdir}/60-%{name}.preset
33
# When DNF supports microarchitectures the fallback option for -c can be used here instead
34
DESTDIR="%{buildroot}" \
35
%ifarch x86_64
36
-%{zig_build_target -r fast -c x86_64_v3 -s} \
+%{zig_build_target -r fast -c x86_64_v2 -s} \
37
%elifarch aarch64
38
%{zig_build_target -r fast -s} \
39
%endif
0 commit comments