diff options
| author | Maxime Coste <mawww@kakoune.org> | 2020-05-15 13:47:33 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 13:47:33 +1000 |
| commit | 3fc02cb25fc6da8510f4f70438c4ee9cd7f1683c (patch) | |
| tree | 8b00e4b7ae86cb0db704d7f3f80dc7146675f50c | |
| parent | b6041e60ac513b8ea9fca8ef71d4aa5cca4c4f25 (diff) | |
| parent | ae1766985950ae9142e6075b9205c168ee6de768 (diff) | |
Merge pull request #3473 from Aajn/patch-1
Remove outdated information from faq
| -rw-r--r-- | doc/pages/faq.asciidoc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/pages/faq.asciidoc b/doc/pages/faq.asciidoc index 04a5a9b2..afe1af16 100644 --- a/doc/pages/faq.asciidoc +++ b/doc/pages/faq.asciidoc @@ -15,17 +15,6 @@ project to this operating system is pretty low. Moreover, you can get pretty decent performance by using Kakoune on Cygwin (which is officially supported). -== Kakoune is very slow on big files, what can I do about it ? - -The default build mode (set in the `Makefile` of the `src` directory of the -project) is "debug", which makes it convenient to track issues but also -affects performance. To disable the debug mode, recompile the project by -setting the `debug` variable in `src/Makefile` to `no`. - -Note that if your distribution provides a "kakoune" package, the program should -already be built in non-debug mode (if you still experience slowness, please -report the issue on the bug tracker). - == Can I use Kakoune as a pager ? Kakoune can be used as a pager, either by setting the `PAGER` environment |
