On Fri, Feb 14, 2025 at 03:29:43PM +0800, Yafang Shao wrote: > On Wed, Feb 12, 2025 at 12:11 AM Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote: > > Only problem is, objtool doesn't currently > > have a dependency on CONFIG_DEBUG_INFO. > > Is there any reason we can't make it dependent on CONFIG_DEBUG_INFO?" Objtool is enabled by default on x86 and is pretty much required at this point. We definitely don't want to force enable CONFIG_DEBUG_INFO as that will slow the build down considerably. -- Josh