Removing compile option in distutils

jeremito jeremit0 at gmail.com
Thu Dec 27 15:47:20 EST 2007


Hello all,

I am using distutils for building/compiling my Python extensions.  The
default configuration tells the compiler to generate debug information
with the "-g" flag.  I don't want this, but I can't seem to figure out
how to get rid of it.  Does anyone now how?

Thanks,
Jeremy



More information about the Python-list mailing list