From 1bed8c56a00f78a3bd73ea1c0c2eac4ddd906b50 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 15 Feb 2026 10:13:25 +0000 Subject: [PATCH] disabled sccache --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index b040753..53a4ce5 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,3 @@ [build] rustflags = ["-C", "debuginfo=1"] -rustc-wrapper = "sccache" \ No newline at end of file +#rustc-wrapper = "sccache" \ No newline at end of file