mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00

The main purpose of this build-type was to avoid unwanted ~/.nvimlog
files (which could get really big, and also affects performance) for
non-devs. But that is no longer necessary since the log system now
avoids non-critical logging by default (#6827).
This essentially reverts 87e5a41316