Skip to content

Commit

Permalink
Disable parallel compilation since it requires a nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Fly-Style authored and dndll committed Oct 21, 2024
1 parent 7a7eacb commit 5026b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build]
rustflags = ["-C", "link-args=-s", "-Z", "threads=8"]
rustflags = ["-C", "link-args=-s"]

0 comments on commit 5026b81

Please sign in to comment.