According to the ThreadSanitizer docs:
C++11 threading is supported with llvm libc++.
To use the ThreadSanitizer in the documented way we should build from depends with clang++ -stdlib=libc++
(see #18820).
Related to #19024.
According to the ThreadSanitizer docs:
C++11 threading is supported with llvm libc++.
To use the ThreadSanitizer in the documented way we should build from depends with clang++ -stdlib=libc++
(see #18820).
Related to #19024.
doc/developer-notes.md
So I guess there are two things to note:
Also the --disable-wallet
configure
option could be mentioned:
Labels
Tests