Skip to content

Commit

Permalink
use clang 17
Browse files Browse the repository at this point in the history
  • Loading branch information
zpc0 committed May 20, 2024
1 parent 7f3f3f7 commit ef535e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion monero.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BuildRequires: coreutils
BuildRequires: gnupg2

BuildRequires: cmake
BuildRequires: clang
BuildRequires: clang17
BuildRequires: pkgconf
BuildRequires: boost-devel
BuildRequires: libsodium-devel
Expand Down Expand Up @@ -74,6 +74,8 @@ fi
%autosetup -n %{name}-source-v%{version}

%build
export CC=clang-17
export CXX=clang++-17
%make_build release

%install
Expand Down

0 comments on commit ef535e8

Please sign in to comment.