diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2015-11-01 14:09:05 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-11-01 14:09:05 -0500 |
| commit | a2b8d7cdbaa0c7490e712168ba4fb284a74f3640 (patch) | |
| tree | 890c66eaead7703d394512d6f301c07640b561ee /src/nvim/log.h | |
| parent | 2e4baa9ae475e1ea01c5e15a440933b4814f0637 (diff) | |
| parent | 90909e9362dacb5ece17c7baaffe33b16d106ce7 (diff) | |
| download | rneovim-a2b8d7cdbaa0c7490e712168ba4fb284a74f3640.tar.gz rneovim-a2b8d7cdbaa0c7490e712168ba4fb284a74f3640.tar.bz2 rneovim-a2b8d7cdbaa0c7490e712168ba4fb284a74f3640.zip | |
Merge 'CMake: Prepare for releases.'
Diffstat (limited to 'src/nvim/log.h')
| -rw-r--r-- | src/nvim/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/log.h b/src/nvim/log.h index 152e90760e..32b7276f14 100644 --- a/src/nvim/log.h +++ b/src/nvim/log.h @@ -19,7 +19,7 @@ #define ELOGN(...) // Logging is disabled if NDEBUG or DISABLE_LOG is defined. -#ifdef NDEBUG +#if !defined(DISABLE_LOG) && defined(NDEBUG) # define DISABLE_LOG #endif |
