summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-05-16 05:40:31 +0000
committerMartin v. Löwis <martin@v.loewis.de>2003-05-16 05:40:31 +0000
commit7019f17cc1970baa832994f94f984c13afb53a0b (patch)
treecb87c083cdf773d8d62df25cd7c691eae458a016 /Makefile.pre.in
parente74e4fbf93248d2096c90743c56d12932f43b8cc (diff)
downloadcpython-7019f17cc1970baa832994f94f984c13afb53a0b.tar.gz
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 3bb44a4021..aabeca66ba 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