Add sanitizers for cmake (#2608)

These can be enabled using the `SANITIZE_{ADDRESS,MEMORY,THREAD,UNDEFINED}` cmake flags
This commit is contained in:
pajlada
2021-04-10 13:26:20 +02:00
committed by GitHub
parent 1a1cea9542
commit 208d017cc3
5 changed files with 9 additions and 0 deletions
+3
View File
@@ -25,3 +25,6 @@
[submodule "lib/websocketpp"]
path = lib/websocketpp
url = https://github.com/ziocleto/websocketpp
[submodule "cmake/sanitizers-cmake"]
path = cmake/sanitizers-cmake
url = https://github.com/arsenm/sanitizers-cmake