diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-10-21 02:30:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 02:30:21 +0200 |
commit | 37420ef942085bf5e9344842a57c796b4d4c9684 (patch) | |
tree | e9b38affdcbaa877b10764d20a342b7bea251634 /test/functional/lua/utility_functions_spec.lua | |
parent | 6338199b76e661e85e4061122be99c57bf198cf8 (diff) | |
download | rneovim-37420ef942085bf5e9344842a57c796b4d4c9684.tar.gz rneovim-37420ef942085bf5e9344842a57c796b4d4c9684.tar.bz2 rneovim-37420ef942085bf5e9344842a57c796b4d4c9684.zip |
build: set MIN_LOG_LEVEL correctly (#7419)
closes #7283
regression by 42d892913daa215c27e41b2255e96c1ce09ea56c
- Don't need to explicitly put "-O2 -g" in RelWithDebInfo; CMake does
that already. That was left-over from 42d892913daa2 which removed the
"Dev" custom build-type, but repurposed the logic for RelWithDebInfo.
- `if(DEFINED MIN_LOG_LEVEL)` doesn't work.
- `if(${MIN_LOG_LEVEL} MATCHES "^$")` doesn't work if -DMIN_LOG_LEVEL is
omitted.
- `if(MIN_LOG_LEVEL)` also isn't what we want: it would be true if
MIN_LOG_LEVEL=0.
Diffstat (limited to 'test/functional/lua/utility_functions_spec.lua')
0 files changed, 0 insertions, 0 deletions