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

View file

@ -160,6 +160,7 @@ set(SMP_DEBUG ON)
set(SOCKET_DEBUG ON)
set(SOLITAIRE_DEBUG ON)
set(SPAM_DEBUG ON)
set(SPICE_AGENT_DEBUG ON)
set(SQL_DEBUG ON)
set(SQLSERVER_DEBUG ON)
set(STORAGE_DEVICE_DEBUG ON)