]> git.pld-linux.org Git - packages/kernel.git/commitdiff
SLUB_DEBUG cannot be disabled without EXPERT
authorJan Palus <atler@pld-linux.org>
Fri, 8 Dec 2023 11:30:51 +0000 (12:30 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 8 Dec 2023 11:30:51 +0000 (12:30 +0100)
kernel.spec

index 71c223633365bc0218206d209cf0b7fa43674f67..a12399e155ee8aa1928b5a1cb3df4dc1fe1ae301 100644 (file)
@@ -804,11 +804,9 @@ BuildConfig() {
                LOCALVERSION="-%{localversion}"
 
 %if 0%{?debug:1}
-               CONFIG_SLUB_DEBUG=y
                CONFIG_DEBUG_PREEMPT=y
                CONFIG_RT_DEADLOCK_DETECT=y
 %else
-               CONFIG_SLUB_DEBUG=n
                CONFIG_DEBUG_PREEMPT=n
 %endif
 
This page took 0.123434 seconds and 4 git commands to generate.