On Tue, Aug 17, 2010 at 02:00:01PM -0500, John Hartgraves 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? > > -John Hartgraves PROVE_LOCKING is probably turning it back on. just do 'make release', and it'll do it all for you. Dave _______________________________________________ kernel mailing list kernel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/kernel