Closed
Description
Example: cargo +nightly build --profile release-lto -Z unstable-options
.
In Cargo.toml
:
cargo-features = ["named-profiles"]
[profile.release-lto]
inherits = "release"
lto = true
Links:
rust-lang/cargo#6988
Example: cargo +nightly build --profile release-lto -Z unstable-options
.
In Cargo.toml
:
cargo-features = ["named-profiles"]
[profile.release-lto]
inherits = "release"
lto = true
Links:
rust-lang/cargo#6988