remove cargo build options in makefile to avoid mistakes

This commit is contained in:
Alex 2025-02-14 18:05:57 +01:00
parent a94adf804f
commit 9c7e3c7bde

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
# ----