1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:57:35 +00:00

LibCompress: Add a lot of debug logging to LZMA

This commit is contained in:
Tim Schumacher 2023-05-13 17:55:31 +02:00 committed by Andreas Kling
parent e8067ac2ee
commit df071d8a76
3 changed files with 58 additions and 5 deletions

View file

@ -102,6 +102,7 @@ set(LOCK_RESTORE_DEBUG ON)
set(LOCK_SHARED_UPGRADE_DEBUG ON)
set(LOCK_TRACE_DEBUG ON)
set(LOOKUPSERVER_DEBUG ON)
set(LZMA_DEBUG ON)
set(MALLOC_DEBUG ON)
set(MARKDOWN_DEBUG ON)
set(MATROSKA_DEBUG ON)