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:
Emil Velikov 2024-09-02 18:58:35 +01:00 committed by Lucas De Marchi
parent 55b5629ca4
commit 36d627335e

9
build-dev.ini Normal file
View File

@ -0,0 +1,9 @@
[project options]
debug-messages = true
zstd = 'enabled'
xz = 'enabled'
zlib = 'enabled'
openssl = 'enabled'
[built-in options]
buildtype = 'debugoptimized'