[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-09-19 17:57:50 CEST

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 Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 19 17:58:23 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.