mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Enable only feature cross-lang-fat-lto
on MacOS (#876)
This commit is contained in:
parent
cfbdf1181f
commit
9c617c2f8a
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -66,7 +66,7 @@ support-pkg-config := if target == target-host {
|
|||
|
||||
cargo-features := trim_end_match(if override-features != "" { override-features
|
||||
} else if (cargo-profile / ci-or-no) == "dev/ci" { "rustls,fancy-with-backtrace,zstd-thin,log_release_max_level_debug" + (if support-pkg-config != "" { ",pkg-config" } else { "" }) + extra-features
|
||||
} else if (cargo-profile / ci-or-no) == "release/ci" { "static,rustls,trust-dns,fancy-no-backtrace,zstd-thin,log_release_max_level_debug" + (if target-os != "macos" { ",cross-lang-fat-lto" } else { "" }) + extra-features
|
||||
} else if (cargo-profile / ci-or-no) == "release/ci" { "static,rustls,trust-dns,fancy-no-backtrace,zstd-thin,log_release_max_level_debug,cross-lang-fat-lto" + extra-features
|
||||
} else { extra-features
|
||||
}, ",")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue