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

build: do fewer optimizations in release #2417

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Dec 11, 2024

Description of changes:

This change reworks the release profile to be less aggressive. Currently it does a lot of optimizations which takes forever in most cases. Instead, the bench profile can be used for those cases.

I've also added a release-debug that's the same as release, just with better debug info.

Additionally, we have some issues with dependabot not being able to resolve workspace dependencies in the tools/xdp directory so i've fixed that as well.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@camshaft camshaft force-pushed the camshaft/cargo-toml-updates branch from b3614a9 to 3dfe060 Compare December 11, 2024 23:26
@camshaft camshaft marked this pull request as ready for review December 11, 2024 23:31
@camshaft camshaft requested a review from boquan-fang December 11, 2024 23:31
@boquan-fang boquan-fang enabled auto-merge (squash) December 11, 2024 23:49
@boquan-fang boquan-fang merged commit 05ac54c into main Dec 11, 2024
132 checks passed
@boquan-fang boquan-fang deleted the camshaft/cargo-toml-updates branch December 11, 2024 23:51
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

Successfully merging this pull request may close these issues.

2 participants