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

AK+LibIDL: Put IDL dbgln statement behind a debug flag

This is a bit spammy now that we are performing some overload resolution
at build time. The fallback to an interface has generally worked fine on
the types it warns about (BufferSource, Module, etc.) so let's not warn
about it for every build.
This commit is contained in:
Timothy Flynn 2023-11-15 07:12:06 -05:00 committed by Andreas Kling
parent e1092aed3c
commit 2c1bbf5a99
4 changed files with 8 additions and 1 deletions

View file

@ -288,6 +288,7 @@ write_cmake_config("ak_debug_gen") {
"HTTPJOB_DEBUG=",
"HUNKS_DEBUG=",
"ICO_DEBUG=",
"IDL_DEBUG=",
"ILBM_DEBUG=",
"IMAGE_DECODER_DEBUG=",
"IMAGE_LOADER_DEBUG=",