mirror of
https://github.com/kmod-project/kmod.git
synced 2026-01-26 15:39:08 +00:00
meson: build-dev.ini file
Functionally identical to the autogen.sh c options. This allows devs (and upcoming CI) to make use of a pre-defined set. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Link: https://github.com/kmod-project/kmod/pull/86 Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
This commit is contained in:
parent
55b5629ca4
commit
36d627335e
9
build-dev.ini
Normal file
9
build-dev.ini
Normal file
@ -0,0 +1,9 @@
|
||||
[project options]
|
||||
debug-messages = true
|
||||
zstd = 'enabled'
|
||||
xz = 'enabled'
|
||||
zlib = 'enabled'
|
||||
openssl = 'enabled'
|
||||
|
||||
[built-in options]
|
||||
buildtype = 'debugoptimized'
|
||||
Loading…
x
Reference in New Issue
Block a user