Skip to content
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

Make use of Profile Name Overrides in Config/Env #81

Open
posborne opened this issue Aug 13, 2020 · 4 comments
Open

Make use of Profile Name Overrides in Config/Env #81

posborne opened this issue Aug 13, 2020 · 4 comments

Comments

@posborne
Copy link
Member

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

@nastevens
Copy link
Member

Related to #64

@DavidAntliff
Copy link

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?

@nastevens
Copy link
Member

@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?

@DavidAntliff
Copy link

DavidAntliff commented Feb 28, 2024

@nastevens I am looking for guidance, yes, please. Ultimately I want to enable "full" (i.e. "2") debug builds via bitbake/devtool: #167

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants