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

Re: svn commit: r21381 - trunk/www

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-09-19 22:27:43 CEST

On Tue, 19 Sep 2006, Philip Martin wrote:

> dlr@tigris.org writes:
>
> > Author: dlr
> > Date: Fri Sep 8 08:28:40 2006
> > New Revision: 21381
>
> > +<p>Work around this by turning off optimization. Before the
> > +<code>make</code> step on unix-y systems, do the following:</p>
> > +
> > +<blockquote>
> > +<div><code>subversion$ perl -pi -e 's/-O2//g' config.status</code></div>
> > +<div><code>subversion$ ./config.status</code></div>
> > +</blockquote>
>
> Rather than modify the Makefiles I'd simply use
>
> $ make EXTRA_CFLAGS=-O0
>
> > +<p>Alternately, you can explicitly set <code>CFLAGS</code> before
> > +running <code>configure</code>.</p>
>
> No need to set CFLAGS, just use
>
> $ .../configure --enable-debug

Philip, I switched the FAQ item to your recommended approach in
r21559.

- Dan

  • application/pgp-signature attachment: stored
Received on Tue Sep 19 22:28:55 2006

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.