1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:07:47 +00:00

Utilities: Make syscall(1) explain what it's doing

This commit is contained in:
Ben Wiederhake 2021-02-11 22:43:18 +01:00 committed by Andreas Kling
parent cb9a9a3e03
commit 5963f2084e
3 changed files with 41 additions and 6 deletions

View file

@ -166,6 +166,7 @@ set(DEBUG_SPAM ON)
set(DEBUG_CPP_LANGUAGE_SERVER ON)
set(DEBUG_AUTOCOMPLETE ON)
set(FILE_WATCHER_DEBUG ON)
set(SYSCALL_1_DEBUG ON)
# False positive: DEBUG is a flag but it works differently.
# set(DEBUG ON)