diff options
author | kleines Filmröllchen <malu.bertsch@gmail.com> | 2021-06-24 23:32:06 +0200 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2021-06-25 20:48:14 +0430 |
commit | 988763c0efaa0d588f84da5699ca264f3456d882 (patch) | |
tree | 844ff79311a94a4e34b553033dad076ead35a680 /Meta/CMake/all_the_debug_macros.cmake | |
parent | 57214268dd870d792ca3d4baa89fbc79505481ee (diff) | |
download | serenity-988763c0efaa0d588f84da5699ca264f3456d882.zip |
Toolchain: Add the AFLACLOADER_DEBUG macro
This enables FLAC debugging output, which is used
with the new FLAC loader introduced in later commits.
Diffstat (limited to 'Meta/CMake/all_the_debug_macros.cmake')
-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 bf2493aefe..5f78cbff8f 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) |