Toolchain: Add the AFLACLOADER_DEBUG macro

This enables FLAC debugging output, which is used
with the new FLAC loader introduced in later commits.
This commit is contained in:
kleines Filmröllchen 2021-06-24 23:32:06 +02:00 committed by Ali Mohammad Pur
parent 57214268dd
commit 988763c0ef
2 changed files with 5 additions and 0 deletions

View file

@ -14,6 +14,10 @@
#cmakedefine01 AWAVLOADER_DEBUG
#endif
#ifndef AFLACLOADER_DEBUG
#cmakedefine01 AFLACLOADER_DEBUG
#endif
#ifndef BACKTRACE_DEBUG
#cmakedefine01 BACKTRACE_DEBUG
#endif

View file

@ -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)