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
On Tue, Aug 17, 2010 at 01:38:59AM -0500, John H wrote:
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?
It's a little late but: https://fedoraproject.org/wiki/Building_a_non-debugging_kernel
devel@lists.stg.fedoraproject.org