diff options
-rw-r--r-- | include/kdrive-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kdrive-config.h.in b/include/kdrive-config.h.in index 9e611c584..2f454d702 100644 --- a/include/kdrive-config.h.in +++ b/include/kdrive-config.h.in @@ -22,4 +22,7 @@ /* Support tslib touchscreen abstraction library */ #undef TSLIB +/* Verbose debugging output hilarity */ +#undef DEBUG + #endif /* _KDRIVE_CONFIG_H_ */ |