aboutsummaryrefslogtreecommitdiff
path: root/include/Conf.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-21 18:53:48 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-21 18:53:48 +0200
commit396598030927a8e531bd68ba3b382f86645af6c6 (patch)
tree7f4677b955f3e259b71701bf142fc76648fa9476 /include/Conf.hpp
parent8a923ca5fd87e8e63bda337bb2e393fa3acda209 (diff)
Add thread sanitizer option (--sanitize=thread)
Diffstat (limited to 'include/Conf.hpp')
-rw-r--r--include/Conf.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Conf.hpp b/include/Conf.hpp
index 2ec3148..dbe89d4 100644
--- a/include/Conf.hpp
+++ b/include/Conf.hpp
@@ -204,7 +204,8 @@ namespace sibs
NONE,
ADDRESS,
UNDEFINED,
- LEAK
+ LEAK,
+ THREAD
};
const Sanitize SANITIZE_INVALID = (Sanitize)-1;