Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Daede <daede003@umn.edu>2018-09-22 17:21:12 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2018-09-23 10:53:49 +0300
commit1b655543a49183970daa3759ab67f7ad5d18102f (patch)
treedfcb73e66450d4386a560d90391a9efd8c72e92f /README.md
parent462204abc7de8820a532778570b5a9549a503ec1 (diff)
Readme: Use release build type
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f1e216..f4948ee 100644
--- a/README.md
+++ b/README.md
@@ -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