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.
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 request为 Compiling with sanitizers