mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
Clean up DEBUG check in config.h.in
This commit is contained in:
parent
feffc65270
commit
99e60f6242
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user