From 0b10b0482bfb8dc10eda51027748051c9e464ee8 Mon Sep 17 00:00:00 2001 From: Yauheni Kaliuta Date: Tue, 10 Aug 2021 16:09:15 +0300 Subject: [PATCH] kmod.spec: enable debug The debug messages pretty often are useful to find configuration problems on customers systems. They are seen only with extra verbose command line switches so should not affect performance a lot. Signed-off-by: Yauheni Kaliuta --- kmod.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kmod.spec b/kmod.spec index e335857..7d173eb 100644 --- a/kmod.spec +++ b/kmod.spec @@ -66,7 +66,8 @@ applications that wish to load or unload Linux kernel modules. --with-openssl \ --with-zlib \ --with-xz \ - --with-zstd + --with-zstd \ + --enable-debug %{make_build} V=1