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:
parent
c65a6b6b22
commit
df57536c40
3 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue