feat!: drop clang and mold

This commit is contained in:
Paul Campbell 2024-09-16 16:19:59 +01:00
parent 41d2bb484e
commit e931692d33
2 changed files with 0 additions and 14 deletions

View file

@ -23,23 +23,11 @@ jobs:
## Contents
- nodejs
- clang-16
- mold
- rust
- git
- cargo
- cargo-binstall
## Linking
To take advantage of the clang and mold packages, add the following to the `.cargo/config.toml` file in your project.
```toml
[target.x86_64-unknown-linux-gnu]
linker = "/usr/bin/clang-16"
rustflags = ["-C", "link-arg=--ld-path=/usr/bin/mold"]
```
## Binary size
To reduce the size of the debug binary, add the following to the `.cargo/config.toml` file in you project.