]> git.ipfire.org Git - thirdparty/kmod.git/commit
README: Add release/distro/end-user recommendation
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 1 Nov 2024 20:04:30 +0000 (15:04 -0500)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 7 Nov 2024 17:35:06 +0000 (11:35 -0600)
commit250330e6f5fd912c26efe916622ef61990ddb6fc
tree4f962fc37c570d4b3d2cd8992b4795405a57cd52
parent18c91d392aad8633d46555dda6f9973104a36975
README: Add release/distro/end-user recommendation

This may be useful for anyone trying a non-debug build and serve as
baseline for distros. Even for developers, when benchmarking kmod, it's
better to run a release-oriented kmod rather than the slow one due to
all debug/sanitizers.

By keeping the -D in the command line rather than in a ini file,
we also guarantee meson shows it in the summary, regardless of
https://github.com/mesonbuild/meson/issues/13865.

Closes: https://github.com/kmod-project/kmod/issues/220
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/221
README.md