Hmm the perf increase from mold may have been illusory

This commit is contained in:
Tony Garnock-Jones 2023-10-04 22:00:01 +02:00
parent 1cb2eba0e4
commit 538ad4244c
1 changed files with 1 additions and 1 deletions

View File

@ -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"]