We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://doc.rust-lang.org/stable/cargo/reference/config.html#profilenamebuild-override is now available so some of the things we would like to do in this layer are now possible on stable. Examples include forcing builds to be done with debug symbols so we can do the proper split debug later, etc.
CC @nastevens
The text was updated successfully, but these errors were encountered:
Related to #64
Sorry, something went wrong.
Examples include forcing builds to be done with debug symbols
Can you give an example of how to do this with meta-rust-bin please?
meta-rust-bin
@DavidAntliff This is actually an enhancement to allow this functionality with meta-rust-bin. I've added the correct label now.
Or were you looking for guidance on how to add this feature?
[profile.release]
@nastevens I am looking for guidance, yes, please. Ultimately I want to enable "full" (i.e. "2") debug builds via bitbake/devtool: #167
No branches or pull requests
https://doc.rust-lang.org/stable/cargo/reference/config.html#profilenamebuild-override is now available so some of the things we would like to do in this layer are now possible on stable. Examples include forcing builds to be done with debug symbols so we can do the proper split debug later, etc.
CC @nastevens
The text was updated successfully, but these errors were encountered: