- cross-posted to:
- rust@lemmy.ml
- cross-posted to:
- rust@lemmy.ml
You must log in or register to comment.
[target.x86_64-unknown-linux-gnu] linker = "/usr/bin/clang-15"` rustflags = ["-C", "link-arg=--ld-path=/usr/local/bin/mold"]
Can you put something like
mold
orenv mold
for better portability?If not, I guess it’s not so bad to edit and do
git update-index --assume-unchanged .cargo/config.toml
but it’s a bit hacky since any further changes also get ignored.