mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
health.vim: check has("debug")
This commit is contained in:
parent
5e6a08f2e6
commit
e952b7fc2f
@ -123,7 +123,7 @@ function! s:check_performance() abort
|
||||
else
|
||||
call health#report_info(buildtype)
|
||||
call health#report_warn(
|
||||
\ 'Non-optimized build-type. Nvim will be slower.',
|
||||
\ 'Non-optimized '.(has('debug')?'(DEBUG) ':'').'build. Nvim will be slower.',
|
||||
\ ['Install a different Nvim package, or rebuild with `CMAKE_BUILD_TYPE=RelWithDebInfo`.',
|
||||
\ s:suggest_faq])
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user