Removing compile option in distutils

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jeremito

    Removing compile option in distutils

    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
Working...