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

Compile C++ code with sanitizers if the server is being built with sanitizers #1322

Closed
bmcdonald3 opened this issue Apr 22, 2022 · 0 comments · Fixed by #1323
Closed

Compile C++ code with sanitizers if the server is being built with sanitizers #1322

bmcdonald3 opened this issue Apr 22, 2022 · 0 comments · Fixed by #1323

Comments

@bmcdonald3
Copy link
Contributor

Today, if Chapel is built with CHPL_SANITIZE_EXE set, then the server will be built with that sanitizer. The C++ code should get the same sanitizer flags as the Chapel code so that we can catch memory errors in the C++ code as well.

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 a pull request may close this issue.

1 participant