Skip to content

Commit

Permalink
Toolchain: Add the AFLACLOADER_DEBUG macro
Browse files Browse the repository at this point in the history
This enables FLAC debugging output, which is used
with the new FLAC loader introduced in later commits.
  • Loading branch information
kleinesfilmroellchen authored and alimpfard committed Jun 25, 2021
1 parent 5721426 commit 988763c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AK/Debug.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
#cmakedefine01 AWAVLOADER_DEBUG
#endif

#ifndef AFLACLOADER_DEBUG
#cmakedefine01 AFLACLOADER_DEBUG
#endif

#ifndef BACKTRACE_DEBUG
#cmakedefine01 BACKTRACE_DEBUG
#endif
Expand Down
1 change: 1 addition & 0 deletions Meta/CMake/all_the_debug_macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 988763c

Please sign in to comment.