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

2006-09-11 Thread Ruslan Ermilov
On Mon, Sep 11, 2006 at 02:57:54PM +0200, Philip Paeps wrote: > On 2006-09-11 05:35:57 (+), Warner Losh <[EMAIL PROTECTED]> wrote: > > Log: > > Add a knob for compiling the tree -DNDEBUG. This turns off all the > > asserts and makes binaries smaller. The binaries also become > > repea

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

2006-09-11 Thread Philip Paeps
On 2006-09-11 05:35:57 (+), Warner Losh <[EMAIL PROTECTED]> wrote: > 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 d

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

2006-09-10 Thread Warner Losh
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 agai