Update Compilation Guide authored by Ronald S. Bultje's avatar Ronald S. Bultje
...@@ -41,7 +41,8 @@ Some useful meson options: ...@@ -41,7 +41,8 @@ Some useful meson options:
- `buildtype`: Change the build type (`debug`, `debugoptimized`, `release`) - `buildtype`: Change the build type (`debug`, `debugoptimized`, `release`)
- `prefix`: Change the prefix where dav1d will be installed - `prefix`: Change the prefix where dav1d will be installed
- `b_sanitize`: Enable a sanitizer (`none`, `address`, `thread`, `undefined`, `memory`) - `b_sanitize`: Enable a sanitizer (`none`, `address`, `thread`, `undefined`, `memory`)
- `default_library`: Change if a `shared` or `static` library should be built or `both`. - `default_library`: Change if a `shared` or `static` library should be built or `both`
- `c_args=...` and `c_link_args=...` to pass custom `CFLAGS`/`LDFLAGS`.
[meson]: https://mesonbuild.com [meson]: https://mesonbuild.com
[ninja]: https://ninja-build.org [ninja]: https://ninja-build.org
\ No newline at end of file