aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex <lx@deuxfleurs.fr>2025-02-14 17:32:30 +0000
committerAlex <lx@deuxfleurs.fr>2025-02-14 17:32:30 +0000
commit859b38b0d260a0833e5e604c873c7d259acff22e (patch)
tree6b9cf06b8ec2240035c61d610fb2419c08f8fd56 /Makefile
parent89c944ebd6a08f27dae44d16e81c9487ec9f9c30 (diff)
parent2729a71d9dc55f142a7f89236b1c868a1bdb1c0f (diff)
downloadgarage-859b38b0d260a0833e5e604c873c7d259acff22e.tar.gz
garage-859b38b0d260a0833e5e604c873c7d259acff22e.zip
Merge pull request 'fix compilation warnings' (#959) from fixes into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/959
Diffstat (limited to 'Makefile')
-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
# ----