DistUtils and optimized compile

Thomas Heller thomas.heller at ion-tof.com
Mon Jun 25 12:10:03 EDT 2001


> I already tried
> python -O setup.py install
> but that did not help.
>
> python setup.py -O install
> seems to be invalid.
>
> Ciao, Michael.

I made a typo, correct would be:

python setup.py install -O1

See also the online-help for the distutils commands:

python setup.py --help
python setup.py install --help

Thomas





More information about the Python-list mailing list