On Mon, Nov 25, 2024 at 11:12:44PM -0700, Theo Buehler wrote: > CVSROOT: /cvs > Module name: src > Changes by: t...@cvs.openbsd.org 2024/11/25 23:12:44 > > Modified files: > share/mk : bsd.regress.mk > > Log message: > Pass -g to CFLAGS for regression testing > > It is annoying to have a regress test crash and then be faced with question > marks in the backtrace, and then have to recompile and pass -g via DEBUG or > similar. > > This may bite people with small obj/. Let's see if anyone shouts. > > ok anton claudio
Just an observation: after a full regress run on amd64 my obj partition only grew with 31MB so this should be negligible for most setups.