diff options
author | asynts <asynts@gmail.com> | 2021-01-17 16:57:17 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-22 22:14:30 +0100 |
commit | 7d783d8b84f8c55fd30af867437734a732fcfc17 (patch) | |
tree | 8f9c72ea92affcfde8c6e36d79fb814f4b1f628f /Meta | |
parent | 5c5665c1e753d3123415326ebbc06ec6111e2486 (diff) | |
download | serenity-7d783d8b84f8c55fd30af867437734a732fcfc17.zip |
Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.
Diffstat (limited to 'Meta')
-rw-r--r-- | Meta/CMake/all_the_debug_macros.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index f0a3456eb6..cba732260c 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -166,6 +166,7 @@ add_compile_definitions("WAITBLOCK_DEBUG") add_compile_definitions("WAITQUEUE_DEBUG") add_compile_definitions("WEAKABLE_DEBUG") add_compile_definitions("WINDOWMANAGER_DEBUG") +add_compile_definitions("WRAPPER_GERNERATOR_DEBUG") add_compile_definitions("WSMESSAGELOOP_DEBUG") add_compile_definitions("DEBUG_SOCKET") add_compile_definitions("WSSCREEN_DEBUG") |