On 1/15/26 8:45 PM, Paul Floyd wrote: > Hi > > Is there a way to install debuginfo post install? > > I'd like debuginfo for at least libc libpthread and ld.so > Hi Pual, I'm afraid that's not currently possible. You'll have to manually build and install the world with debug info. That requires edit /etc/make.conf to add: > DEBUG_FLAGS=-g Cheers, Aaron