Not an issue but gcc and clang both support sanitizers, at least asan thus could be useful for debug builds (or separately as to have make asan for ex), making independent from valgrind (which does not work well with anyway) and so on.
Not an issue but gcc and clang both support sanitizers, at least asan thus could be useful for debug builds (or separately as to have `make asan` for ex), making independent from valgrind (which does not work well with anyway) and so on.
belliash
changed title from Feature request to Compiling with sanitizers3 years ago
Not an issue but gcc and clang both support sanitizers, at least asan thus could be useful for debug builds (or separately as to have
make asan
for ex), making independent from valgrind (which does not work well with anyway) and so on.Feature requestto Compiling with sanitizers 3 years ago