-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
A-ltoArea: link-time optimizationArea: link-time optimizationA-profilesArea: profilesArea: profilesC-bugCategory: bugCategory: bugS-needs-team-inputStatus: Needs input from team on whether/how to proceed.Status: Needs input from team on whether/how to proceed.
Description
Problem
Cargo doesn't accept lto
in profile as below:
[profile.release.package.fluvio-filter-test]
lto = true
Steps
This result in following error message:
$ cargo check
error: failed to parse manifest at `/home/ubuntu/fluvio/Cargo.toml`
Caused by:
`lto` may not be specified in a `package` profile
$ cargo version
cargo 1.51.0 (43b129a20 2021-03-16)
ferologics, LeoBorai, stinodego, sorairolake, loynoir and 8 more
Metadata
Metadata
Assignees
Labels
A-ltoArea: link-time optimizationArea: link-time optimizationA-profilesArea: profilesArea: profilesC-bugCategory: bugCategory: bugS-needs-team-inputStatus: Needs input from team on whether/how to proceed.Status: Needs input from team on whether/how to proceed.