aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 22e1f548..35c3f22c 100644
--- a/Makefile
+++ b/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
# ----