On Dec 14, 5:42pm, ozak...@netbsd.org (Ryota Ozaki) wrote: -- Subject: Re: CVS commit: src/sys/net
| Is there a flag to suppress auto inlining? COPTS=-fno-inline build.sh? | Anyway no objection to revert the change that is not quite important | (but makes my life easy). just do: cat << _EOF >> /etc/mk.conf .if make(netbsd) COPTS.route.c += -O0 .endif _EOF That (or something similar) should work. christos