summaryrefslogtreecommitdiff
path: root/Meta/CMake
diff options
context:
space:
mode:
authorAndrew Kaster <andrewdkaster@gmail.com>2021-04-25 19:28:37 -0600
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2021-05-21 12:05:34 +0430
commita5889b9aad9afc13480c74485e152f592c761446 (patch)
tree8e27a84f7857ef5b20c40dee17b0e1463cfad8ab /Meta/CMake
parent0d0f52337cc1dfb02fb3f1d60f959b5fd690b99a (diff)
downloadserenity-a5889b9aad9afc13480c74485e152f592c761446.zip
Shell: Hide job times behind SHELL_JOB_DEBUG flag
Diffstat (limited to 'Meta/CMake')
-rw-r--r--Meta/CMake/all_the_debug_macros.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake
index caf4655dcc..d9480516f1 100644
--- a/Meta/CMake/all_the_debug_macros.cmake
+++ b/Meta/CMake/all_the_debug_macros.cmake
@@ -57,6 +57,7 @@ set(CRYPTO_DEBUG ON)
set(DWARF_DEBUG ON)
set(HUNKS_DEBUG ON)
set(JOB_DEBUG ON)
+set(SHELL_JOB_DEBUG ON)
set(GIF_DEBUG ON)
set(JPG_DEBUG ON)
set(EMOJI_DEBUG ON)