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

fix: enable sanitizer correctly #283

Merged

Conversation

FeignClaims
Copy link
Contributor

Since #278, sanitizers are not enabled because we check the wrong letter case (for instance, ENABLE_SANITIZER_address instead of ENABLE_SANITIZER_ADDRESS). This pr fixes that.

In addition, we check ENABLE_SANITIZER_undefined, but the interface is ENABLE_SANITIZER_UNDEFINED_BEHAVIOR. For this option, let's replace ENABLE_SANITIZER_UNDEFINED_BEHAVIOR with ENABLE_SANITIZER_UNDEFINED, and warn that UNDEFINED_BEHAVIOR is deprecated.

@FeignClaims FeignClaims marked this pull request as ready for review October 4, 2024 13:52
Copy link
Owner

@aminya aminya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Thanks for catching this

@aminya aminya merged commit bd2be71 into aminya:main Oct 4, 2024
19 checks passed
@FeignClaims FeignClaims deleted the fix/sanitizer_for_dynamic_project_options branch October 5, 2024 06:28
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