Python has a -O flag that turns on some compiler optimizations. Python then looks for (and produces) .pyo files instead of .pyc files. Distutils doesn't seem to provide any support for this. What can be done?