feat!: drop clang and mold
This commit is contained in:
parent
41d2bb484e
commit
e931692d33
2 changed files with 0 additions and 14 deletions
12
README.md
12
README.md
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue