On Tue, Aug 30, 2005 at 01:56:31PM +0200, Andreas Tille wrote:
> I tried to follow your hint:

> $ grep -R -- "-O[23]" *
> debian/changelog:  * setup.py: ext_args = ['-O2']
> setup.py:    ext_args = ['-Wall', '-O2']

> (just added the option) which leaded to

> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes 
> -fPIC -I/usr
> /include/python2.3 -c src/python-Levenshtein-0.10/Levenshtein.c -o 
> build/temp.linux-i686-2
> .3/src/python-Levenshtein-0.10/Levenshtein.o -Wall -O2

> I guess that these options I do not control are included by distutils.setup 
> and the optopns I added are just appended.  So I'm a little bit unsure
> which option wins this game.

The later options should take precedence.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/

Attachment: signature.asc
Description: Digital signature

Reply via email to