Changes
Page history
Update Compilation Guide
authored
Dec 06, 2018
by
Ronald S. Bultje
Show whitespace changes
Inline
Side-by-side
Compilation-Guide.md
View page @
673e087a
...
@@ -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