diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-05-16 05:40:31 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-05-16 05:40:31 +0000 |
commit | 7019f17cc1970baa832994f94f984c13afb53a0b (patch) | |
tree | cb87c083cdf773d8d62df25cd7c691eae458a016 /Makefile.pre.in | |
parent | e74e4fbf93248d2096c90743c56d12932f43b8cc (diff) | |
download | cpython-7019f17cc1970baa832994f94f984c13afb53a0b.tar.gz |
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 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 |