Disable dwarf toolchain default to really disable debug info
In order to build a kernel without debug information, it is not sufficient to
just disable DEBUG_INFO. The setting DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT needs
to be disabled as well, or make oldconfig will re-enable DEBUG_INFO.