From 98b475f21f249ec7148c1a4351c19ca67b30640b Mon Sep 17 00:00:00 2001 From: Tobias Schuele Date: Mon, 7 Nov 2016 13:05:02 +0100 Subject: [PATCH] Updated README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d8e645b..84cab03 100644 --- a/README.md +++ b/README.md @@ -180,9 +180,8 @@ interface can be disabled with -DUSE_AUTOMATIC_INITIALIZATION=OFF. This way, unexpected delays after startup can be avoided, e.g. for timing measurements. Furthermore, EMBĀ² can be built to work with threading analysis tools such as -Helgrind or ThreadSanitizer. -To enable support for them use -DTHREADING_ANALYSIS_MODE=ON. This uses mutexes -around atomics to avoid false positives and degrades performance significantly. +Helgrind or ThreadSanitizer with -DTHREADING_ANALYSIS_MODE=ON. This uses +mutexes around atomics to avoid false positives but degrades performance significantly. The tutorial of EMBĀ² comes with example source files in doc/examples/. These can be built with the other source files using CMake option -DBUILD_EXAMPLES=ON -- libgit2 0.26.0