1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:47:34 +00:00

LibPDF: Add a CFF_DEBUG toggle

I'd like to put some debug prints behind this soon.

No behavior change.
This commit is contained in:
Nico Weber 2023-10-14 18:54:46 -04:00 committed by Andreas Kling
parent 11f7db8f34
commit 3c49d0dad3
4 changed files with 12 additions and 2 deletions

View file

@ -14,6 +14,7 @@ set(BXVGA_DEBUG ON)
set(CACHE_DEBUG ON)
set(CALLBACK_MACHINE_DEBUG ON)
set(CANVAS_RENDERING_CONTEXT_2D_DEBUG ON)
set(CFF_DEBUG ON)
set(CMAKE_DEBUG ON)
set(COMMIT_DEBUG ON)
set(COMPOSE_DEBUG ON)

View file

@ -243,6 +243,7 @@ write_cmake_config("ak_debug_gen") {
"CACHE_DEBUG=",
"CALLBACK_MACHINE_DEBUG=",
"CANVAS_RENDERING_CONTEXT_2D_DEBUG=",
"CFF_DEBUG=",
"CMAKE_DEBUG=",
"COMPOSE_DEBUG=",
"COPY_DEBUG=",