Skip to content

Commit d51addb

Browse files
authored
Merge pull request Blockstream#106 from mempool/junderw/fuck-c
Use clang17 for FreeBSD
2 parents 055aba1 + ae2e9b5 commit d51addb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

start

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ case "$(uname -s)" in
1919
FreeBSD)
2020
OS=FreeBSD
2121
NPROC=$(sysctl -n hw.ncpu)
22+
export CC=/usr/local/bin/clang17
23+
export CXX=/usr/local/bin/clang++17
24+
export CPP=/usr/local/bin/clang-cpp17
25+
export RUSTFLAGS="-C linker=clang17"
2226
;;
2327
Darwin)
2428
OS=Darwin

0 commit comments

Comments
 (0)