diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-05-16 05:40:31 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-05-16 05:40:31 (GMT) |
commit | ac826aac285a9f613b095f4214d0a36a78a243ea (patch) | |
tree | 1509707aef00362c71650855db96559204e61f9a /Makefile.pre.in | |
parent | 6e0f5e077a38d0d82932cba87d4fa6f1d3066d7f (diff) | |
download | cpython-ac826aac285a9f613b095f4214d0a36a78a243ea.zip cpython-ac826aac285a9f613b095f4214d0a36a78a243ea.tar.gz cpython-ac826aac285a9f613b095f4214d0a36a78a243ea.tar.bz2 |
Patch #738325: Install optimized idlelib files.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 3bb44a4..aabeca6 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -878,6 +878,7 @@ idleinstall: --install-purelib=$(LIBDEST) \ --install-scripts=$(BINDIR) \ --install-platlib=$(DESTSHARED) \ + --optimize=2 \ --root=/$(DESTDIR) # This installs a few of the useful scripts in Tools/scripts |