cvs commit: src/sys/conf kern.pre.mk kmod.mk newvers.sh

Peter Wemm peter at FreeBSD.org
Wed Jul 23 13:03:43 PDT 2003


peter       2003/07/23 13:03:42 PDT

  FreeBSD src repository

  Modified files:
    sys/conf             kern.pre.mk kmod.mk newvers.sh 
  Log:
  Provide a knob for raising the inline instruction estimate threshold and
  set an initial value.  This is aimed at getting us closer to being able to
  turn -Werror back on and we can adjust the settings later on.  Yes, we
  could turn off -Wno-inline instead, but that would hide the effect of
  gcc's bogo-estimator ignoring inline (either rightly or wrongly).
  
  Revision  Changes    Path
  1.28      +3 -0      src/sys/conf/kern.pre.mk
  1.138     +3 -0      src/sys/conf/kmod.mk
  1.54      +1 -1      src/sys/conf/newvers.sh


More information about the cvs-all mailing list