From f90125b416da7e7a6b7830f4e8f6b51197368a28 Mon Sep 17 00:00:00 2001 From: vfdev Date: Fri, 10 Jan 2025 20:22:31 +0100 Subject: [PATCH] Update debugging.md --- docs/debugging.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/debugging.md b/docs/debugging.md index a05e23c..3a5e2f4 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -356,7 +356,6 @@ CC=clang-18 CXX=clang++-18 python -m pip install -v . --no-build-isolation -Cset # CC=clang-18 CXX=clang++-18 python -m pip install -v . --no-build-isolation -Csetup-args=-Db_sanitize=thread -C'setup-args=-Dbuildtype=debugoptimized' ``` - ### Useful TSAN options - By default TSAN reports warnings. To stop execution on TSAN errors, use: