1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:38:10 +00:00

AK+Meta: Add a debug option for LibSQL

This commit is contained in:
Timothy Flynn 2021-04-18 17:34:17 -04:00 committed by Andreas Kling
parent 492f7132d2
commit 55b7b8e930
2 changed files with 5 additions and 0 deletions

View file

@ -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)