mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:57:45 +00:00
LibCompress/LZW: Use its own debug flag
The file still used the `GIF_DEBUG` flag from when it was a part of the GIF decoder. Let's give `LZWDecoder` its own flag.
This commit is contained in:
parent
fcaebe56d7
commit
86ee7d219e
3 changed files with 7 additions and 2 deletions
|
@ -110,6 +110,7 @@ set(LOCK_TRACE_DEBUG ON)
|
|||
set(LOOKUPSERVER_DEBUG ON)
|
||||
set(LOOPBACK_DEBUG ON)
|
||||
set(LZMA_DEBUG ON)
|
||||
set(LZW_DEBUG ON)
|
||||
set(MALLOC_DEBUG ON)
|
||||
set(MARKDOWN_DEBUG ON)
|
||||
set(MATROSKA_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue