From 746adec4449ce9fc7b0212f3fb388c1de6e9a49d Mon Sep 17 00:00:00 2001 From: "Yacine S." <38400007+Redrrx@users.noreply.github.com> Date: Sun, 28 Jul 2024 06:08:23 +0100 Subject: [PATCH] Update config.toml --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 4b0e551..484657a 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,7 +2,7 @@ rustflags = ["-C", "target-feature=+crt-static"] [target.x86_64-unknown-linux-musl] -rustflags = ["-C", "target-feature=-crt-static", "-C", "link-arg=-lgcc", "-C", "link-arg=-static-libgcc"] +rustflags = ["-C", "target-feature=-crt-static"] linker = "musl-gcc" [target.x86_64-apple-darwin]