Hacker News new | ask | show | jobs
by viraptor 3817 days ago
> with LTO support

rustc already supports lto (lto=true in cargo manifest, or -C lto in rustc)

> all the list of target backends GCC support.

Which targets are you interested in specifically?