mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:27:45 +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:
parent
11f7db8f34
commit
3c49d0dad3
4 changed files with 12 additions and 2 deletions
|
@ -38,6 +38,10 @@
|
|||
# cmakedefine01 CANVAS_RENDERING_CONTEXT_2D_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef CFF_DEBUG
|
||||
# cmakedefine01 CFF_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef CMAKE_DEBUG
|
||||
# cmakedefine01 CMAKE_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue