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

Use array for rustflags to avoid conflicts with user flags #1548

Merged
merged 1 commit into from Jan 18, 2024

Conversation

clarfonthey
Copy link
Contributor

Cargo supports both an array-style rustflags and a string-style rustflags, and while it will try to merge arrays of rustflags by concatenating, it will refuse to merge arrays and strings.

This switches .cargo/config.toml to use the array-style format to avoid these conflicts.

@jqnatividad jqnatividad merged commit 0f69178 into jqnatividad:master Jan 18, 2024
13 checks passed
@clarfonthey clarfonthey deleted the rustflags branch January 18, 2024 17:30
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.

None yet

2 participants