mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb/WebAssembly: Use a debug flag for dbgln calls
This prevents the horrendous console spam when functions are resolved, e.g. on the Royal Albert Hall website.
This commit is contained in:
committed by
Andreas Kling
parent
b10016d914
commit
48366ddddf
@@ -142,6 +142,10 @@
|
||||
# cmakedefine01 LIBWEB_CSS_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef LIBWEB_WASM_DEBUG
|
||||
# cmakedefine01 LIBWEB_WASM_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef LINE_EDITOR_DEBUG
|
||||
# cmakedefine01 LINE_EDITOR_DEBUG
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user