Skip to content

fix: tone down aggressive compiler flags to work with external depend…#30

Merged
davidirvine merged 1 commit intodevelopfrom
fix/tone-down-compiler-flags
Jul 21, 2025
Merged

fix: tone down aggressive compiler flags to work with external depend…#30
davidirvine merged 1 commit intodevelopfrom
fix/tone-down-compiler-flags

Conversation

@davidirvine
Copy link
Copy Markdown
Owner

…encies

  • Remove -Werror and -Wpedantic to avoid failures from external code
  • Add more warning exclusions for common issues in external dependencies
  • Remove sanitizers from default debug build to reduce development friction
  • Keep reasonable warnings (-Wall -Wextra) for our own code quality

This allows the project to build successfully while still maintaining good code quality standards for the main codebase.

…encies

- Remove -Werror and -Wpedantic to avoid failures from external code
- Add more warning exclusions for common issues in external dependencies
- Remove sanitizers from default debug build to reduce development friction
- Keep reasonable warnings (-Wall -Wextra) for our own code quality

This allows the project to build successfully while still maintaining
good code quality standards for the main codebase.
@davidirvine davidirvine merged commit a8a7856 into develop Jul 21, 2025
@davidirvine davidirvine deleted the fix/tone-down-compiler-flags branch July 25, 2025 00:17
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.

1 participant