Changes
Page history
Update Compilation Guide
authored
Sep 30, 2018
by
Marvin Scholz
Show whitespace changes
Inline
Side-by-side
Compilation-Guide.md
View page @
45f4a1c9
...
@@ -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
...
...
...
...