]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
meson: build-dev.ini file
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 2 Sep 2024 17:58:35 +0000 (18:58 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 3 Sep 2024 17:01:21 +0000 (12:01 -0500)
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>
build-dev.ini [new file with mode: 0644]

diff --git a/build-dev.ini b/build-dev.ini
new file mode 100644 (file)
index 0000000..ed5c84e
--- /dev/null
@@ -0,0 +1,9 @@
+[project options]
+debug-messages = true
+zstd = 'enabled'
+xz = 'enabled'
+zlib = 'enabled'
+openssl = 'enabled'
+
+[built-in options]
+buildtype = 'debugoptimized'