cvs commit: src/share/mk bsd.lib.mk bsd.own.mk bsd.prog.mk

Warner Losh imp at FreeBSD.org
Sun Sep 10 22:35:58 PDT 2006


imp         2006-09-11 05:35:57 UTC

  FreeBSD src repository

  Modified files:
    share/mk             bsd.lib.mk bsd.own.mk bsd.prog.mk 
  Log:
  Add a knob for compiling the tree -DNDEBUG.  This turns off all the
  asserts and makes binaries smaller.  The binaries also become
  repeatable again.  As it was, without this md5's of binaries built
  with different paths differed.
  
  # Where do I document this?
  
  Revision  Changes    Path
  1.177     +4 -0      src/share/mk/bsd.lib.mk
  1.56      +1 -0      src/share/mk/bsd.own.mk
  1.148     +4 -0      src/share/mk/bsd.prog.mk


More information about the cvs-src mailing list