1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:17:45 +00:00

Shell: Hide job times behind SHELL_JOB_DEBUG flag

This commit is contained in:
Andrew Kaster 2021-04-25 19:28:37 -06:00 committed by Ali Mohammad Pur
parent 0d0f52337c
commit a5889b9aad
3 changed files with 12 additions and 11 deletions

View file

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