From 2cd2d509355bc586e55882607e17400490cf0490 Mon Sep 17 00:00:00 2001 From: LeChatP Date: Mon, 21 Oct 2024 00:13:43 +0200 Subject: [PATCH] Revert .cargo/config.toml --- .cargo/config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 370a947..292e705 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,2 @@ [alias] xtask = "run --package xtask --release --bin xtask --" - -[target.x86_64-unknown-linux-gnu] -rustflags = ["-C", "linker=clang"]