mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03: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
Notes:
sideshowbarker
2024-07-18 11:32:36 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/988763c0efa Pull-request: https://github.com/SerenityOS/serenity/pull/7111 Reviewed-by: https://github.com/alimpfard
@ -14,6 +14,10 @@
|
||||
#cmakedefine01 AWAVLOADER_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef AFLACLOADER_DEBUG
|
||||
#cmakedefine01 AFLACLOADER_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef BACKTRACE_DEBUG
|
||||
#cmakedefine01 BACKTRACE_DEBUG
|
||||
#endif
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user