1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:57:43 +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

@ -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)