Updated the log level documentation
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
parent
6f0916d325
commit
7bdde2e6f1
3 changed files with 6 additions and 8 deletions
|
|
@ -37,7 +37,7 @@ This by default configures without any of the extra build tasks (such as buildin
|
|||
* - -DKOMPUTE_OPT_BUILD_PYTHON=ON
|
||||
- Enable if you want to build python bindings.
|
||||
* - -DKOMPUTE_OPT_LOG_LEVEL="Trace"
|
||||
- Internally we use spdlog for logging. The log level used can be changed here.
|
||||
- Internally we use spdlog for logging. The log level used can be changed here. Possible values: 'Trace', 'Debug', 'Info', 'Warn', 'Error', 'Critical', 'Off', 'Default'. If set to 'Off' spdlog will be deactivated completely. If set to 'Default', the log level will be set to 'Info' for release builds and 'Debug' else.
|
||||
* - -DKOMPUTE_OPT_ANDROID_BUILD=ON
|
||||
- Enable android compilation flags required.
|
||||
* - -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=ON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue