Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neovim is a debug build #1374

Open
flemeur opened this issue Oct 8, 2024 · 0 comments
Open

neovim is a debug build #1374

flemeur opened this issue Oct 8, 2024 · 0 comments

Comments

@flemeur
Copy link

flemeur commented Oct 8, 2024

I was seeing a huge log file in ~/.local/state/nvim/log and upon closer inspection could see that there was a lot of DBG messages in the log file. I then discovered that my nvim says it was build as a debug build. Is this done on purpose?

$ nvim --version
NVIM v0.10.1
Build type: Debug
LuaJIT 2.1.1713484068
Run "nvim -V1 -v" for more info
$ nvim -V1 -v
NVIM v0.10.1
Build type: Debug
LuaJIT 2.1.1713484068
Compilation: /usr/bin/cc -g  -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -fsigned-char -fstack-protector-strong -Wno-conversion -fno-common -Wimplicit-fallthrough -fdiagnostics-color=always  -DNVIM_LOG_DEBUG -DUNIT_TESTING -DHAVE_UNIBILIUM -D_GNU_SOURCE -DINCLUDE_GENERATED_DECLARATIONS -I/home/makedeb/src/neovim-0.10.1/.deps/usr/include/luajit-2.1 -I/home/makedeb/src/neovim-0.10.1/.deps/usr/include -I/home/makedeb/src/neovim-0.10.1/build/src/nvim/auto -I/home/makedeb/src/neovim-0.10.1/build/include -I/home/makedeb/src/neovim-0.10.1/build/cmake.config -I/home/makedeb/src/neovim-0.10.1/src -I/usr/include 

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"

Run :checkhealth for more info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant