update readme

This commit is contained in:
Andrei Yankovich 2024-06-24 13:35:09 +02:00
parent 97260fea2d
commit ccd47b8be3

View File

@ -22,9 +22,9 @@ This lib include include next modules:
### Available build options:
```cmake
option(QA_ASSERT_ON_WARN "Enable for add assert to every warning message" OFF)
option(QA_ASSERT_ON_ERROR "Enable for add assert to every error message" OFF)
option(QA_ALLOW_NOT_SUPPORTED_OPTIONS "Enable for allow any command line options" ON)
option(QA_DISABLE_LOG "Disabled all logs (force sets verbose to 0)" OFF)
```
## Include