From 5026b81aa5d941aaf4dd1b23bc219b9150e84405 Mon Sep 17 00:00:00 2001 From: Sasha Syrotenko Date: Fri, 18 Oct 2024 22:54:09 +0300 Subject: [PATCH] Disable parallel compilation since it requires a nightly toolchain --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 170aaaf..58910a4 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ [build] -rustflags = ["-C", "link-args=-s", "-Z", "threads=8"] +rustflags = ["-C", "link-args=-s"]