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