From 91a7078e6788fd59652ffede4759db2d9a43fadb Mon Sep 17 00:00:00 2001 From: Marcus Winter Date: Tue, 21 Jun 2016 11:31:56 +0200 Subject: [PATCH] described workaround for ThreadSanitizer error in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a78a8a..d53af02 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,10 @@ Important Notes performance measurements, explicit initialization is strongly recommended since the measurements will otherwise include the initialization time of MTAPI. +- When using ThreadSanitizer there is a bug that causes the built-in CMake type + size determination to fail which in turn leads to a broken configuration. + Therefore, you have to do a normal build first and then rerun CMake with + flags and libs configured for ThreadSanitizer. Links -- libgit2 0.26.0