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:
Ali Mohammad Pur 2021-05-06 16:58:44 +04:30 committed by Andreas Kling
commit 62af7c4bdf
Notes: sideshowbarker 2024-07-18 18:29:30 +09:00
3 changed files with 35 additions and 34 deletions

View file

@ -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)