mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:27:45 +00:00
AK: Sort all the debug macros
This commit is contained in:
parent
5f342c41b9
commit
61e132ddfa
1 changed files with 11 additions and 11 deletions
|
@ -110,6 +110,10 @@
|
||||||
#cmakedefine01 EMOJI_DEBUG
|
#cmakedefine01 EMOJI_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef ESCAPE_SEQUENCE_DEBUG
|
||||||
|
#cmakedefine01 ESCAPE_SEQUENCE_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef EVENT_DEBUG
|
#ifndef EVENT_DEBUG
|
||||||
#cmakedefine01 EVENT_DEBUG
|
#cmakedefine01 EVENT_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
@ -122,14 +126,14 @@
|
||||||
#cmakedefine01 FILE_CONTENT_DEBUG
|
#cmakedefine01 FILE_CONTENT_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef FILE_WATCHER_DEBUG
|
|
||||||
#cmakedefine01 FILE_WATCHER_DEBUG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef FILL_PATH_DEBUG
|
#ifndef FILL_PATH_DEBUG
|
||||||
#cmakedefine01 FILL_PATH_DEBUG
|
#cmakedefine01 FILL_PATH_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef FILE_WATCHER_DEBUG
|
||||||
|
#cmakedefine01 FILE_WATCHER_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef GEMINI_DEBUG
|
#ifndef GEMINI_DEBUG
|
||||||
#cmakedefine01 GEMINI_DEBUG
|
#cmakedefine01 GEMINI_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
@ -402,8 +406,8 @@
|
||||||
#cmakedefine01 WASM_BINPARSER_DEBUG
|
#cmakedefine01 WASM_BINPARSER_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef ESCAPE_SEQUENCE_DEBUG
|
#ifndef WASM_TRACE_DEBUG
|
||||||
#cmakedefine01 ESCAPE_SEQUENCE_DEBUG
|
#cmakedefine01 WASM_TRACE_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef WINDOWMANAGER_DEBUG
|
#ifndef WINDOWMANAGER_DEBUG
|
||||||
|
@ -421,7 +425,3 @@
|
||||||
#ifndef WSSCREEN_DEBUG
|
#ifndef WSSCREEN_DEBUG
|
||||||
#cmakedefine01 WSSCREEN_DEBUG
|
#cmakedefine01 WSSCREEN_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef WASM_TRACE_DEBUG
|
|
||||||
#cmakedefine01 WASM_TRACE_DEBUG
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue