diff --git a/.cargo/config.toml b/.cargo/config.toml index d6f33614..0cf9dca5 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ [build] -rustc-wrapper = "sccache" +jobs = 1 [target.x86_64-unknown-linux-gnu] linker = "clang"