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

Use static ASan instead of dynamic #314

Open
maxammann opened this issue May 3, 2024 · 0 comments
Open

Use static ASan instead of dynamic #314

maxammann opened this issue May 3, 2024 · 0 comments

Comments

@maxammann
Copy link
Contributor

We are currently using the dynamic library build of ASan. This comes with caveats due to differences in linking/builds of ASan across distributions:

By default ASan is dynamic when using GCC. When Using LLVM static is the default. Using the static linking for ASan is better supported in general.

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

No branches or pull requests

1 participant