On Tue, May 15, 2012 at 03:01:32PM +0800, Liu Yuan wrote: > Yes, assertion is useful, but would be carefully added into where is > necessary. For this very case, it is obviously unnecessary. > > I don't think assert() will be compiled away for default sheepdog > non-argument 'make' command. The current assert is in by default, that's why I'd like to propose an ASSERT that only gets compiled for debug builds. |