aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/config.h.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/config.h.in b/config/config.h.in
index 7ba5b9dd53..32d6760312 100644
--- a/config/config.h.in
+++ b/config/config.h.in
@@ -2,9 +2,7 @@
#define NEOVIM_VERSION_MINOR @NEOVIM_VERSION_MINOR@
#define NEOVIM_VERSION_PATCH @NEOVIM_VERSION_PATCH@
-#if @DEBUG@
-#define DEBUG
-#endif
+#cmakedefine DEBUG
#define SIZEOF_INT @SIZEOF_INT@
#define SIZEOF_LONG @SIZEOF_LONG@