From ccd47b8be344538beda26c2959cadf0d7f51a83e Mon Sep 17 00:00:00 2001 From: EndrII Date: Mon, 24 Jun 2024 13:35:09 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b40b17..eb05874 100644 --- a/README.md +++ b/README.md @@ -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