fix doc for CLUTCHLOG_DEFAULT_DEPTH_BUILT_NODEBUG

This commit is contained in:
Johann Dreo 2022-09-03 19:05:15 +02:00 committed by GitHub
commit 73e074ca5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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