Add memory-count instrumentation to Clang MSAN builds
This commit is contained in:
parent
e1d2fe3135
commit
85517f82a9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ cflags_warnmore+=("${cflags_debug[@]}" -Wextra -Wshadow -Wcast-align
|
|||
cxxonly_warnmore+=(-Wnon-virtual-dtor -Woverloaded-virtual)
|
||||
cflags_optinfo+=("${cflags_release[@]}" -Rpass-analysis=loop-vectorize
|
||||
-gline-tables-only -gcolumn-info)
|
||||
cflags_msan=("${cflags_debug[@]}" -fsanitize-recover=all
|
||||
cflags_msan=("${cflags_debug[@]}" -fsanitize-recover=all -fPIE -pie
|
||||
-fsanitize=memory -fno-omit-frame-pointer)
|
||||
cflags_usan=("${cflags_debug[@]}" -fsanitize-recover=all
|
||||
-fsanitize=undefined)
|
||||
|
|
Loading…
Add table
Reference in a new issue