diff options
author | dianshi <dianshi@main.lv> | 2020-04-05 13:00:59 +0100 |
---|---|---|
committer | dianshi <dianshi@main.lv> | 2020-04-05 13:00:59 +0100 |
commit | 0bdae45f078d9f77c651a83ebbda95aaa43b09db (patch) | |
tree | eb817ab3ff1f7b6889d7146e44b9afe979e7403e /debug/Kconfig | |
parent | 051cea0b4bf3bdffb7db025124b2b4757d8a1b31 (diff) | |
download | dwm-pixel-0bdae45f078d9f77c651a83ebbda95aaa43b09db.tar.gz dwm-pixel-0bdae45f078d9f77c651a83ebbda95aaa43b09db.zip |
pertag patch added
Diffstat (limited to 'debug/Kconfig')
-rw-r--r-- | debug/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debug/Kconfig b/debug/Kconfig index 21dae6d..d309b9a 100644 --- a/debug/Kconfig +++ b/debug/Kconfig @@ -1,6 +1,5 @@ menuconfig DEBUG - bool "Enable debug output" - option debug + bool "Debug support" if DEBUG config DEBUG_PRINT_DEBUG |