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
|
cd neatvnc/subprojects
|
||||||
ln -s ../../aml .
|
ln -s ../../aml .
|
||||||
cd -
|
cd -
|
||||||
```
|
|
||||||
|
|
||||||
Setting the buildtype flag is not required but it is recommended as there are
|
meson build
|
||||||
significant performance gains to be had from an optimised build.
|
|
||||||
```
|
|
||||||
meson build --buildtype=release
|
|
||||||
ninja -C build
|
ninja -C build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue