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

@ -462,6 +462,10 @@
#cmakedefine01 URL_PARSER_DEBUG
#endif
#ifndef UTF8_DEBUG
#cmakedefine01 UTF8_DEBUG
#endif
#ifndef WASM_BINPARSER_DEBUG
#cmakedefine01 WASM_BINPARSER_DEBUG
#endif