summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-05-16 05:40:31 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-05-16 05:40:31 (GMT)
commitac826aac285a9f613b095f4214d0a36a78a243ea (patch)
tree1509707aef00362c71650855db96559204e61f9a /Makefile.pre.in
parent6e0f5e077a38d0d82932cba87d4fa6f1d3066d7f (diff)
downloadcpython-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.in1
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