1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:07:34 +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

@ -254,6 +254,10 @@
# cmakedefine01 LOOKUPSERVER_DEBUG
#endif
#ifndef LZMA_DEBUG
# cmakedefine01 LZMA_DEBUG
#endif
#ifndef MALLOC_DEBUG
# cmakedefine01 MALLOC_DEBUG
#endif