mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
AK+Meta: Add a debug option for Solitaire
This commit is contained in:
parent
68e86dc804
commit
ce030ca584
Notes:
sideshowbarker
2024-07-18 18:02:31 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/ce030ca584b Pull-request: https://github.com/SerenityOS/serenity/pull/7148 Reviewed-by: https://github.com/awesomekling
2 changed files with 5 additions and 0 deletions
|
@ -342,6 +342,10 @@
|
|||
#cmakedefine01 SH_LANGUAGE_SERVER_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef SOLITAIRE_DEBUG
|
||||
#cmakedefine01 SOLITAIRE_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef SPAM_DEBUG
|
||||
#cmakedefine01 SPAM_DEBUG
|
||||
#endif
|
||||
|
|
|
@ -178,6 +178,7 @@ set(LANGUAGE_SERVER_DEBUG ON)
|
|||
set(GL_DEBUG ON)
|
||||
set(WASM_BINPARSER_DEBUG ON)
|
||||
set(PDF_DEBUG ON)
|
||||
set(SOLITAIRE_DEBUG ON)
|
||||
|
||||
# False positive: DEBUG is a flag but it works differently.
|
||||
# set(DEBUG ON)
|
||||
|
|
Loading…
Reference in a new issue