mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
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:
parent
57214268dd
commit
988763c0ef
2 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
||||||
#cmakedefine01 AWAVLOADER_DEBUG
|
#cmakedefine01 AWAVLOADER_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef AFLACLOADER_DEBUG
|
||||||
|
#cmakedefine01 AFLACLOADER_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef BACKTRACE_DEBUG
|
#ifndef BACKTRACE_DEBUG
|
||||||
#cmakedefine01 BACKTRACE_DEBUG
|
#cmakedefine01 BACKTRACE_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -5,6 +5,7 @@ set(APIC_SMP_DEBUG ON)
|
||||||
set(ARP_DEBUG ON)
|
set(ARP_DEBUG ON)
|
||||||
set(AUTOCOMPLETE_DEBUG ON)
|
set(AUTOCOMPLETE_DEBUG ON)
|
||||||
set(AWAVLOADER_DEBUG ON)
|
set(AWAVLOADER_DEBUG ON)
|
||||||
|
set(AFLACLOADER_DEBUG ON)
|
||||||
set(BACKTRACE_DEBUG ON)
|
set(BACKTRACE_DEBUG ON)
|
||||||
set(BBFS_DEBUG ON)
|
set(BBFS_DEBUG ON)
|
||||||
set(BMP_DEBUG ON)
|
set(BMP_DEBUG ON)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue