Remove outdated information

Default build mode is release since c07f052.
This commit is contained in:
Aajn 2020-05-10 15:58:24 +02:00 committed by GitHub
parent 60154300f9
commit ae17669859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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