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

maint: Add missing thread and undefined sanitizers CMake options #3753

Merged
merged 2 commits into from
Jan 16, 2025

Conversation

mathbunnyru
Copy link
Contributor

No description provided.

@jjerphan jjerphan added the release::bug_fixes For PRs fixing bugs label Jan 16, 2025
@@ -91,6 +90,7 @@ if(ENABLE_ASAN)
add_link_options(-fno-omit-frame-pointer -fsanitize=address)
endif()

option(ENABLE_TSAN "Enable Thread-Sanitizer (currently only supported on GCC and Clang)" OFF)
Copy link
Member

Choose a reason for hiding this comment

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

Can you group all the options together bellow this comment:

# Build options
# =============

?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I prefer not to - if someone want to work on #3754, it would be easy to remove the chunk of code from here and put it to cmake/Sanitizers.cmake.
This way it will start working for the whole repo.

libmamba/CMakeLists.txt Outdated Show resolved Hide resolved
@jjerphan jjerphan merged commit c59969a into mamba-org:main Jan 16, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release::bug_fixes For PRs fixing bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants