Update Compilation Guide authored by Marvin Scholz's avatar Marvin Scholz
...@@ -40,7 +40,7 @@ Some useful meson options: ...@@ -40,7 +40,7 @@ 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`, `address`, `undefined`) - `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`.
[meson]: https://mesonbuild.com [meson]: https://mesonbuild.com
... ...
......