From 73e074ca5fdb972306281b758a0e854f523c1db3 Mon Sep 17 00:00:00 2001 From: nojhan Date: Sat, 3 Sep 2022 19:05:15 +0200 Subject: [PATCH] fix doc for CLUTCHLOG_DEFAULT_DEPTH_BUILT_NODEBUG --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dac771..70d6f8e 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ by setting the `WITH_CLUTCHLOG` preprocessor variable. When the `NDEBUG` preprocessor variable is set (e.g. in `Release` build), clutchlog will do its best to allow the compiler to optimize out any calls -for log levels that are under or equal to `progress`. +for log levels that are under `progress`. You can change this behavior at compile time by setting the `CLUTCHLOG_DEFAULT_DEPTH_BUILT_NODEBUG` preprocessor variable