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

Kernel: Put loopback adapter debug spam behind a flag

This significantly increases loopback adapter speed in normal use.
This commit is contained in:
Tim Ledbetter 2023-06-17 09:37:47 +01:00 committed by Sam Atkins
parent 0184fc5e43
commit 586b47cede
3 changed files with 6 additions and 1 deletions

View file

@ -104,6 +104,7 @@ set(LOCK_RESTORE_DEBUG ON)
set(LOCK_SHARED_UPGRADE_DEBUG ON)
set(LOCK_TRACE_DEBUG ON)
set(LOOKUPSERVER_DEBUG ON)
set(LOOPBACK_DEBUG ON)
set(LZMA_DEBUG ON)
set(MALLOC_DEBUG ON)
set(MARKDOWN_DEBUG ON)