[Distutils] Compiler options

Thomas Heller thomas.heller@ion-tof.com
Mon Apr 2 15:22:01 2001


Just for the record:

The vc6 project file distributed with python2.1
uses the following flags to build the release version:

'/MD /W3 /GX /Zi /O2'

Thomas