Skip to content
Snippets Groups Projects
Commit 3d5c31cc authored by npopov2's avatar npopov2
Browse files

Avoid use of %elif

Results in "Unknown tag: %elif 0" on i686. Apparently this is not
supported on RHEL 8.

Just drop the branch as it's not relevant anyway.

Resolves: RHEL-9028
parent f5e27b18
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,6 @@
%ifarch %ix86
# Disable LTO on x86 in order to reduce memory consumption
%bcond_with lto_build
%elif %{with snapshot_build}
# Disable LTO to speed up builds
%bcond_with lto_build
%else
%bcond_without lto_build
%endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment