diff --git a/AK/Debug.h.in b/AK/Debug.h.in index 54333a0fc3c..2f0735e8fbd 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -14,6 +14,10 @@ #cmakedefine01 AWAVLOADER_DEBUG #endif +#ifndef AFLACLOADER_DEBUG +#cmakedefine01 AFLACLOADER_DEBUG +#endif + #ifndef BACKTRACE_DEBUG #cmakedefine01 BACKTRACE_DEBUG #endif diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index bf2493aefe6..5f78cbff8f4 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -5,6 +5,7 @@ set(APIC_SMP_DEBUG ON) set(ARP_DEBUG ON) set(AUTOCOMPLETE_DEBUG ON) set(AWAVLOADER_DEBUG ON) +set(AFLACLOADER_DEBUG ON) set(BACKTRACE_DEBUG ON) set(BBFS_DEBUG ON) set(BMP_DEBUG ON)