AK+Meta: Add a debug option for LibSQL
This commit is contained in:
parent
492f7132d2
commit
55b7b8e930
Notes:
sideshowbarker
2024-07-18 19:20:39 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/55b7b8e9308 Pull-request: https://github.com/SerenityOS/serenity/pull/6463 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/benit8
2 changed files with 5 additions and 0 deletions
|
@ -358,6 +358,10 @@
|
|||
#cmakedefine01 SPAM_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef SQL_DEBUG
|
||||
#cmakedefine01 SQL_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef STRINGIMPL_DEBUG
|
||||
#cmakedefine01 STRINGIMPL_DEBUG
|
||||
#endif
|
||||
|
|
|
@ -69,6 +69,7 @@ set(MARKDOWN_DEBUG ON)
|
|||
set(REGEX_DEBUG ON)
|
||||
set(TLS_DEBUG ON)
|
||||
set(SPAM_DEBUG ON)
|
||||
set(SQL_DEBUG ON)
|
||||
set(PARSER_DEBUG ON)
|
||||
set(TOKENIZER_TRACE_DEBUG ON)
|
||||
set(IMAGE_LOADER_DEBUG ON)
|
||||
|
|
Loading…
Add table
Reference in a new issue