"Bert Huijben" <b...@qqmail.nl> writes:

> I just performed a
> $ svn diff -x -p ^/subversion/tags/1.6.6 ^/subversion/tags/1.6.8 > 
> 1.6.6-1.6.8.patch
>
> And I see no changes in serf at all.

You've made a mistake somehow:

r889935 | hwright | 2009-12-12 14:38:38 +0000 (Sat, 12 Dec 2009) | 15 lines
Reintegrate the 1.6.x-issue3519 branch:

introduced the code that crashes.

> If I remember correctly NDEBUG is also the default on the posix
> targets, except when you enable maintainer mode?

I don't think there is an such rule in general but I suppose a given
package might have its own rule.  For Subversion on Linux (and I think
OSX) one needs to specify it explicitly:

  ./configure CFLAGS=-DNDEBUG

or

  make EXTRA_CFLAGS=-DNDEBUG

-- 
Philip

Reply via email to