fix compilation warnings #959

Merged
lx merged 5 commits from fixes into main 2025-02-14 17:32:31 +00:00
Showing only changes of commit 9c7e3c7bde - Show all commits

View file

@ -2,9 +2,7 @@
all:
clear
cargo build \
--config 'target.x86_64-unknown-linux-gnu.linker="clang"' \
--config 'target.x86_64-unknown-linux-gnu.rustflags=["-C", "link-arg=-fuse-ld=mold"]' \
cargo build
# ----