README: Remove clause about setting the buildtype

It turns out that it doesn't really matter that much. At least not on
modern hardware.
pull/40/head
Andri Yngvason 2020-04-17 23:30:29 +00:00
parent 6becbacbe5
commit 52b2d2cad9
1 changed files with 1 additions and 5 deletions

View File

@ -74,12 +74,8 @@ mkdir neatvnc/subprojects
cd neatvnc/subprojects
ln -s ../../aml .
cd -
```
Setting the buildtype flag is not required but it is recommended as there are
significant performance gains to be had from an optimised build.
```
meson build --buildtype=release
meson build
ninja -C build
```