This commit is contained in:
parent
4cf28095db
commit
ec032439e1
2 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ cmake . \
|
||||||
-DCMAKE_CXX_FLAGS=" \
|
-DCMAKE_CXX_FLAGS=" \
|
||||||
-fsanitize=memory \
|
-fsanitize=memory \
|
||||||
-fsanitize-memory-track-origins \
|
-fsanitize-memory-track-origins \
|
||||||
-fsanitize-ignorelist=$(git rev-parse --show-toplevel)/tools/ci/amd64/clang/msan.blacklist \
|
-fsanitize-ignorelist=$(git rev-parse --show-toplevel)/tools/ci/amd64/clang/msan.supp \
|
||||||
-g \
|
-g \
|
||||||
-fno-omit-frame-pointer \
|
-fno-omit-frame-pointer \
|
||||||
-std=c++23 \
|
-std=c++23 \
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
src*
|
||||||
|
|
||||||
fun:_XData32
|
fun:_XData32
|
||||||
fun:_XSend
|
fun:_XSend
|
||||||
fun:_XFlush
|
fun:_XFlush
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue