aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2019-01-19 18:09:52 -0500
committerJames McCoy <jamessan@jamessan.com>2019-01-19 18:09:52 -0500
commitc2343180d74f547d99abcc3c4979a9ebb047af17 (patch)
tree53ce67c282fd0bb693905cf2e2a8c869b9999a4d /README.md
parentf2cc9e8826a72f4434a838d7d31239e5fe9d0a37 (diff)
downloadrneovim-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 39d809002e..4adb14322c 100644
--- a/README.md
+++ b/README.md
@@ -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