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

Enable the leak sanitizer on macOS #72

Open
CuriousGeorgiy opened this issue Nov 23, 2023 · 0 comments
Open

Enable the leak sanitizer on macOS #72

CuriousGeorgiy opened this issue Nov 23, 2023 · 0 comments
Labels
build issue The issue describes the problem with the build code health Improve code readability, simplify maintenance and so on

Comments

@CuriousGeorgiy
Copy link
Member

CuriousGeorgiy commented Nov 23, 2023

Leak sanitizer is not available in the AppleClang compiler on macOS, see google/sanitizers#1026.

We can overcome this by using the LLVM toolchain instead of the XCode SDK on macOS.

@CuriousGeorgiy CuriousGeorgiy added build issue The issue describes the problem with the build code health Improve code readability, simplify maintenance and so on labels Nov 23, 2023
@CuriousGeorgiy CuriousGeorgiy changed the title Enable leak sanitizer on macOS Enable the leak sanitizer on macOS Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build issue The issue describes the problem with the build code health Improve code readability, simplify maintenance and so on
Projects
None yet
Development

No branches or pull requests

1 participant