mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +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
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