1
mirror of https://code.videolan.org/videolan/dav1d synced 2024-09-27 11:50:24 +02:00

Readme: Use release build type

This commit is contained in:
Thomas Daede 2018-09-22 07:21:12 -07:00 committed by Jean-Baptiste Kempf
parent 462204abc7
commit 1b655543a4

View File

@ -59,7 +59,7 @@ The [VideoLAN Code of Conduct](https://wiki.videolan.org/CoC) applies to this pr
# Compile
1. Install [Meson](https://mesonbuild.com/)
2. Run `meson build`
2. Run `meson build --buildtype release`
3. Build with `ninja -C build`
# Support