From f5b00b25814f43b0fc1856cf353e167f820d9a8e Mon Sep 17 00:00:00 2001 From: Craig Condon Date: Sun, 26 Nov 2023 21:11:59 +0700 Subject: [PATCH] update config --- .cargo/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config.yml b/.cargo/config.yml index 3df46658b..4a1c892ca 100644 --- a/.cargo/config.yml +++ b/.cargo/config.yml @@ -1,3 +1,3 @@ -[target.x86_64-unknown-linux-musl] -linker = "x86_64-linux-musl-gcc" +# [target.x86_64-unknown-linux-musl] +# linker = "x86_64-linux-musl-gcc" # rustflags = ["-C","linker=clang", "-C", "link-arg=-fuse-ld=lld", "-C", "target-feature=-crt-static", "-C", "link-arg=-lpthread", "-C", "link-arg=-lm"]