jonaro00
jonaro00
Sounds like this will need #928, which I'm addressing in #1050
Installing external dependencies is planned, not sure when it will eventually be released.
Similar to #703
@that-ambuj I just realized: You can get around this issue by having your `.cargo/config.toml` locally, but add it to `.gitignore` so that it does not get uploaded. Or is there...
We will consider allowing custom linkers in the upcoming building system. Not sure how possible it is though.
The first bullet is possible now, by gitignoring, declaring assets, and using relative path to the binaries, but as you say, version+arch issues. We are planning for something similar to...
Cool. Does the path `/path/to/ld.lld` need to be absolute, or can it be `ld.lld` and found via PATH? It would be optimal to be able to use the same config...
@that-ambuj Ok, then this sounds like a possible feature to implement. I'll try adding it in the next release, then you can try if it works. It does end up...
@that-ambuj We're including lld and mold in 0.28.0. I tried compiling a project without and with them, but saw no difference in compile times. You can try with your project...
Hi @paulotten, would you be interested in continuing on this? It has been left stale due to the base name not being very important, but I can see how having...