1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00

AK: Put invalid UTF8 debug spam behind a flag

This is very annoying if we're (intentionally) passing invalid UTF8 into
Utf8View.
This commit is contained in:
kleines Filmröllchen 2022-04-12 18:25:41 +02:00 committed by Linus Groh
parent c65a6b6b22
commit df57536c40
3 changed files with 10 additions and 4 deletions

View file

@ -195,6 +195,7 @@ set(UHCI_VERBOSE_DEBUG ON)
set(UPDATE_COALESCING_DEBUG ON)
set(URL_PARSER_DEBUG ON)
set(USB_DEBUG ON)
set(UTF8_DEBUG ON)
set(VFS_DEBUG ON)
set(VIRTIO_DEBUG ON)
set(VIRTUAL_CONSOLE_DEBUG ON)