mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
AK+LibAudio+AudioServer: Silence very noisy debug statements by default
These are spammed quite heavily on the debug console, especially at the end of audio playback.
This commit is contained in:
parent
976d9b32d6
commit
936ec94f81
4 changed files with 9 additions and 2 deletions
|
@ -5,6 +5,7 @@ set(APIC_DEBUG ON)
|
|||
set(APIC_SMP_DEBUG ON)
|
||||
set(ARP_DEBUG ON)
|
||||
set(ATA_DEBUG ON)
|
||||
set(AUDIO_DEBUG ON)
|
||||
set(AWAVLOADER_DEBUG ON)
|
||||
set(AFLACLOADER_DEBUG ON)
|
||||
set(BBFS_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue