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