mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Enable cross-lang-fat-lto on Linux (#817)
Fixed #806 - Add new feature flag `cross-lang-fat-lto` and enable it on release for linux - Enable `-C linker-plugin-lto` for linux - Only use `-Z gcc-ld=lld` on non-windows targets when `cargo-zigbuild` is not enabled Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
e76a4dff62
commit
3f0107696b
4 changed files with 26 additions and 3 deletions
|
@ -55,3 +55,4 @@ native-tls = ["binstalk-downloader/native-tls"]
|
|||
trust-dns = ["binstalk-downloader/trust-dns"]
|
||||
|
||||
zstd-thin = ["binstalk-downloader/zstd-thin"]
|
||||
cross-lang-fat-lto = ["binstalk-downloader/cross-lang-fat-lto"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue