Skip to content

Conversation

ealmloff
Copy link
Member

@ealmloff ealmloff commented Sep 5, 2025

We use the cargo_toml crate to parse profiles and check for strip settings. It handles some workspace inheritance but it doesn't look for any .cargo/config.toml files. This PR adds logic to look for the local and global config.toml file and merge it into the manifest

This partially fixes #4637. We should now at least throw a warning if you have strip enabled globally

@ealmloff ealmloff requested a review from a team as a code owner September 5, 2025 16:42
@ealmloff ealmloff added bug Something isn't working cli Related to the dioxus-cli program labels Sep 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Related to the dioxus-cli program
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Silent build failure with strip = "symbols"
2 participants