I'm trying to rebuild my kernel without debugging, I set the %define debugbuildsenabled to 1 and in the kernel.spec file before building with rpmbuild but I am still getting CONFIG_LOCKDEP=y in my kernel config file in my /boot directory after I install the built kernel. How do I fully disable this?

-John Hartgraves