mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:17:45 +00:00
AK+Meta: Define a debug flag for LibTimeZone
This commit is contained in:
parent
9a1b24d5be
commit
5f9d8f25c6
2 changed files with 5 additions and 0 deletions
|
@ -450,6 +450,10 @@
|
|||
#cmakedefine01 TEXTEDITOR_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef TIME_ZONE_DEBUG
|
||||
#cmakedefine01 TIME_ZONE_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef TLS_DEBUG
|
||||
#cmakedefine01 TLS_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue