Added log level only on compile flag

Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
Alejandro Saucedo 2022-04-13 11:05:10 +01:00
parent 11b04510ea
commit 5e23eb7fdb
2 changed files with 0 additions and 8 deletions

View file

@ -37,8 +37,6 @@ This by default configures without any of the extra build tasks (such as buildin
- Enable to build python bindings (used internally for python package)
* - -DKOMPUTE_OPT_ENABLE_SPDLOG=1
- Enable to compile with spdlog as the internal logging framework
* - -DKOMPUTE_OPT_LOG_LEVEL=1
- Provides configuration option for log level 0-7 (debug, info, warn, etc)
* - -DKOMPUTE_OPT_REPO_SUBMODULE_BUILD=1
- Use the submodule repos instead of external packages / manager
* - -DKOMPUTE_OPT_ANDROID_BUILD=1