From 538ad4244c159d6b8b971fa00657024c7244b5ac Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 4 Oct 2023 22:00:01 +0200 Subject: [PATCH] Hmm the perf increase from mold may have been illusory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9303781..71fa5f8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Build and run from source: ./target/release/syndicate-server -p 8001 If you have [`mold`](https://github.com/rui314/mold) available (`apt install mold`), you may be -able to get an additional ~10% throughput by creating `.cargo/config.toml` as follows: +able to get faster linking by creating `.cargo/config.toml` as follows: [build] rustflags = ["-C", "link-arg=-fuse-ld=mold"]