Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Custom build profiles #23

Closed
enfipy opened this issue Dec 30, 2020 · 0 comments
Closed

Add support for Custom build profiles #23

enfipy opened this issue Dec 30, 2020 · 0 comments
Labels
invalid This doesn't seem right

Comments

@enfipy
Copy link
Collaborator

enfipy commented Dec 30, 2020

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

@enfipy enfipy added the high priority High priority task label Dec 1, 2021
@enfipy enfipy added invalid This doesn't seem right and removed high priority High priority task labels Jul 14, 2022
@dodorare dodorare locked and limited conversation to collaborators Jul 14, 2022
@enfipy enfipy converted this issue into discussion #107 Jul 14, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant