mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
AK: Sort all the debug macros
This commit is contained in:
parent
5f342c41b9
commit
61e132ddfa
Notes:
sideshowbarker
2024-07-18 17:53:58 +09:00
1 changed files with 11 additions and 11 deletions
|
@ -110,6 +110,10 @@
|
|||
#cmakedefine01 EMOJI_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef ESCAPE_SEQUENCE_DEBUG
|
||||
#cmakedefine01 ESCAPE_SEQUENCE_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef EVENT_DEBUG
|
||||
#cmakedefine01 EVENT_DEBUG
|
||||
#endif
|
||||
|
@ -122,14 +126,14 @@
|
|||
#cmakedefine01 FILE_CONTENT_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef FILE_WATCHER_DEBUG
|
||||
#cmakedefine01 FILE_WATCHER_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef FILL_PATH_DEBUG
|
||||
#cmakedefine01 FILL_PATH_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef FILE_WATCHER_DEBUG
|
||||
#cmakedefine01 FILE_WATCHER_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef GEMINI_DEBUG
|
||||
#cmakedefine01 GEMINI_DEBUG
|
||||
#endif
|
||||
|
@ -400,10 +404,10 @@
|
|||
|
||||
#ifndef WASM_BINPARSER_DEBUG
|
||||
#cmakedefine01 WASM_BINPARSER_DEBUG
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef ESCAPE_SEQUENCE_DEBUG
|
||||
#cmakedefine01 ESCAPE_SEQUENCE_DEBUG
|
||||
#ifndef WASM_TRACE_DEBUG
|
||||
#cmakedefine01 WASM_TRACE_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef WINDOWMANAGER_DEBUG
|
||||
|
@ -421,7 +425,3 @@
|
|||
#ifndef WSSCREEN_DEBUG
|
||||
#cmakedefine01 WSSCREEN_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef WASM_TRACE_DEBUG
|
||||
#cmakedefine01 WASM_TRACE_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue