mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
Shell: Hide job times behind SHELL_JOB_DEBUG flag
This commit is contained in:
parent
0d0f52337c
commit
a5889b9aad
3 changed files with 12 additions and 11 deletions
|
@ -350,6 +350,10 @@
|
|||
#cmakedefine01 SH_LANGUAGE_SERVER_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef SHELL_JOB_DEBUG
|
||||
#cmakedefine01 SHELL_JOB_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef SOLITAIRE_DEBUG
|
||||
#cmakedefine01 SOLITAIRE_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue