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
將標題從 Feature request 改為 Compiling with sanitizers2019-06-19 15:46:07 +02:00
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