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

AK: Add SPICE_AGENT_DEBUG flag

This commit is contained in:
Caoimhe 2023-05-13 12:58:26 +01:00 committed by Andreas Kling
parent 3c0b6919f7
commit fd4f00ee91
2 changed files with 5 additions and 0 deletions

View file

@ -394,6 +394,10 @@
# cmakedefine01 SPAM_DEBUG
#endif
#ifndef SPICE_AGENT_DEBUG
# cmakedefine01 SPICE_AGENT_DEBUG
#endif
#ifndef SQL_DEBUG
# cmakedefine01 SQL_DEBUG
#endif