[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [NEW TARBALLS] Re: 1.6.8 up for signing / testing

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 15 Jan 2010 11:34:35 +0000

"Bert Huijben" <bert_at_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
Received on 2010-01-15 12:35:15 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.