diff options
author | James McCoy <jamessan@jamessan.com> | 2019-01-19 18:09:52 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2019-01-19 18:09:52 -0500 |
commit | c2343180d74f547d99abcc3c4979a9ebb047af17 (patch) | |
tree | 53ce67c282fd0bb693905cf2e2a8c869b9999a4d /README.md | |
parent | f2cc9e8826a72f4434a838d7d31239e5fe9d0a37 (diff) | |
download | rneovim-c2343180d74f547d99abcc3c4979a9ebb047af17.tar.gz rneovim-c2343180d74f547d99abcc3c4979a9ebb047af17.tar.bz2 rneovim-c2343180d74f547d99abcc3c4979a9ebb047af17.zip |
Remove support for using jemalloc instead of the system allocator
There was never any investigation done to determine whether using
jemalloc was actually a net benefit for nvim. It has been a portability
limitation and adds another factor to consider when triaging issues.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ To skip bundled (`third-party/*`) dependencies: 1. Install the dependencies using a package manager. ``` - sudo apt install gperf luajit luarocks libuv1-dev libluajit-5.1-dev libunibilium-dev libmsgpack-dev libtermkey-dev libvterm-dev libjemalloc-dev + sudo apt install gperf luajit luarocks libuv1-dev libluajit-5.1-dev libunibilium-dev libmsgpack-dev libtermkey-dev libvterm-dev sudo luarocks build mpack sudo luarocks build lpeg sudo luarocks build inspect |