compiling c-extensions with distutils

Christoph Wiedemann wiedeman at gmx.net
Wed Feb 20 07:41:03 EST 2002


Hello,

i actually have a problem building non-debug extensions (using linux).
I use 'python setup.py build_ext' to build the extensions, but the
debug flag -g is sent to the compiler. What i expected was that _only_
'python setup.py build_ext -debug' would make a debug version.
Any suggestions ?

Regards,
Christoph



More information about the Python-list mailing list