remove cargo build options in makefile to avoid mistakes
This commit is contained in:
parent
a94adf804f
commit
9c7e3c7bde
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
# ----
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue