Skip to content

Commit

Permalink
disable LTO to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
zpc0 committed May 20, 2024
1 parent 7f3f3f7 commit 522328c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions monero.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# use clang
%global toolchain clang

# disable LTO
%global _lto_cflags %{nil}

Name: monero
Version: 0.18.3.3
Release: 4%{?dist}
Expand Down

0 comments on commit 522328c

Please sign in to comment.