summaryrefslogtreecommitdiff
path: root/Meta/CMake
diff options
context:
space:
mode:
authorMarcus Nilsson <brainbomb@gmail.com>2022-01-09 23:35:42 +0100
committerLinus Groh <mail@linusgroh.de>2022-01-10 14:23:04 +0100
commit4459cb33ed320a7d48e7b134ad96a634443faab2 (patch)
tree113d4db9dda5522fc43f5612d300c787625abe83 /Meta/CMake
parentf43b69f8e29c5691a064027f3f6cadb314c29b24 (diff)
downloadserenity-4459cb33ed320a7d48e7b134ad96a634443faab2.zip
LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_if
No need to have this enabled all the time.
Diffstat (limited to 'Meta/CMake')
-rw-r--r--Meta/CMake/all_the_debug_macros.cmake1
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 bd2e5f1182..c71f3dc0c5 100644
--- a/Meta/CMake/all_the_debug_macros.cmake
+++ b/Meta/CMake/all_the_debug_macros.cmake
@@ -35,6 +35,7 @@ set(DHCPV4_DEBUG ON)
set(DIFF_DEBUG ON)
set(DISASM_DUMP_DEBUG ON)
set(DOUBLECLICK_DEBUG ON)
+set(DRAG_DEBUG ON)
set(DWARF_DEBUG ON)
set(DYNAMIC_LOAD_DEBUG ON)
set(E1000_DEBUG ON)