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
parent
6becbacbe5
commit
52b2d2cad9
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue