summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-10-17 20:22:03 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-10-17 20:22:03 +0200
commitd4bfb3f95c44e2962b818c6c8b0f3ebe73675b76 (patch)
tree797f725b436361cde60d112e8feeae5438f5d70d
parent62cf348cb8f60c7899dae70c22f2798049287757 (diff)
disable again some features
-rw-r--r--config.h6
-rw-r--r--rules.mk9
2 files changed, 12 insertions, 3 deletions
diff --git a/config.h b/config.h
index 47079f8..506068b 100644
--- a/config.h
+++ b/config.h
@@ -29,6 +29,9 @@
// normal startup sound
#define STARTUP_SONG SONG(PLANCK_SOUND)
+// no music mode used
+#define NO_MUSIC_MODE
+
//
// underglow configuration
//
@@ -61,9 +64,6 @@
// normal startup sound
#define STARTUP_SONG SONG(PLANCK_SOUND)
-// no music mode used
-#define NO_MUSIC_MODE
-
// we don't need locking
#undef LOCKING_SUPPORT_ENABLE
#undef LOCKING_RESYNC_ENABLE
diff --git a/rules.mk b/rules.mk
index 273f127..97fa048 100644
--- a/rules.mk
+++ b/rules.mk
@@ -13,3 +13,12 @@ include users/manna-harbour_miryoku/post_rules.mk
# properly optimize
LTO_ENABLE = yes
+
+# less debugging features
+COMMAND_ENABLE = no
+CONSOLE_ENABLE = no
+
+# more features we not use
+SPACE_CADET_ENABLE = no
+GRAVE_ESC_ENABLE = no
+MUSIC_ENABLE = no