[Python-Dev] Re: [Python-checkins] python/dist/src Makefile.pre.in,1.111,1.112 (original) (raw)

Skip Montanaro skip@pobox.com
Tue, 21 Jan 2003 08:25:05 -0600


jack> Modified Files:
jack>       Makefile.pre.in 
jack> Log Message:
jack> Compile site-packages with -t, not -tt.
...

I notice that a compileall.py run is still made with the -O flag. Is this really necessary with the demise of SET_LINENO? If a second compileall.py run is going to be made, it seems like it ought to be with -OO (delete docstrings) to get the full effect.

Skip