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 a custom Cargo profile for colcon #2

Closed
m-dahl opened this issue Apr 29, 2020 · 0 comments
Closed

Make a custom Cargo profile for colcon #2

m-dahl opened this issue Apr 29, 2020 · 0 comments

Comments

@m-dahl
Copy link
Owner

m-dahl commented Apr 29, 2020

We want to do:

[profile.colcon]
inherits = "release"

This would allow us to cut down on build times when compilation is invoked both from colcon and cargo at different times. However this is not yet in stable cargo, so we should revisit this when rust-lang/cargo#6988 is merged.

Until then we use the release profile for colcon builds which allows using the debug profile for cargo builds.

@m-dahl m-dahl closed this as completed in f28835e Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant