fix doc for CLUTCHLOG_DEFAULT_DEPTH_BUILT_NODEBUG
This commit is contained in:
parent
60331279be
commit
73e074ca5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue