Skip to content

Commit 5db3935

Browse files
committed
fix(build): set CC and CXX in just
1 parent d9a6ab1 commit 5db3935

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

justfile

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ go-fmt-check:
2727
## rust
2828
##
2929

30+
CC := "clang-19"
31+
CXX := "clang++-19"
32+
3033
# By default we compile in development mode because it's faster
3134
rs-profile := "debug"
3235

0 commit comments

Comments
 (0)