diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-14 18:05:57 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-14 18:06:07 +0100 |
commit | 9c7e3c7bde954faace17b8c60fa8cfcce3a34b08 (patch) | |
tree | d74cf8cc154a7726023c7953ce18bb973727db01 | |
parent | a94adf804f79f8dcc0c704b4c061b8f79df7c88a (diff) | |
download | garage-9c7e3c7bde954faace17b8c60fa8cfcce3a34b08.tar.gz garage-9c7e3c7bde954faace17b8c60fa8cfcce3a34b08.zip |
remove cargo build options in makefile to avoid mistakes
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 # ---- |