mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
8130eb1191
* Set JEMALLOC_NO_DEMANGLE to be able to use `je_*` functions, regardless of how jemalloc was compiled (--with-jemalloc-prefix) * Show jemalloc information in Neovim's version output. Resolve #2449. |
||
---|---|---|
.. | ||
cmake | ||
CMakeLists.txt | ||
README.md |
Third party dependencies for neovim
This directory contains the recipes to build any third party dependencies for neovim which, for one reason or another, we cannot rely on the system to supply.
Most of the details are captured in the CMakeLists.txt
, but we have a
dedicated directory in case any of the dependencies requires patching and other
support.