mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 04:37:22 +00:00
AK+LibCpp: Remove DEBUG_SPAM in favour of per-application defines
What happens if one file defines DEBUG_SPAM, and another doesn't, then we link them together and get ODR violations? -- @ADKaster
This commit is contained in:
parent
080f2c0e3e
commit
62af7c4bdf
Notes:
sideshowbarker
2024-07-18 18:29:30 +09:00
Author: https://github.com/alimpfard
Commit: 62af7c4bdf
Pull-request: https://github.com/SerenityOS/serenity/pull/6881
Reviewed-by: https://github.com/ADKaster
3 changed files with 35 additions and 34 deletions
|
@ -167,7 +167,6 @@ set(VOLATILE_PAGE_RANGES_DEBUG ON)
|
|||
set(WSMESSAGELOOP_DEBUG ON)
|
||||
set(GPT_DEBUG ON)
|
||||
set(CPP_DEBUG ON)
|
||||
set(DEBUG_SPAM ON)
|
||||
set(DEBUG_CPP_LANGUAGE_SERVER ON)
|
||||
set(DEBUG_AUTOCOMPLETE ON)
|
||||
set(FILE_WATCHER_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue