]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99289: Add COMPILEALL_OPTS to Makefile (#99291)
authorVictor Stinner <vstinner@python.org>
Mon, 14 Nov 2022 12:43:45 +0000 (13:43 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2022 12:43:45 +0000 (13:43 +0100)
commit9a7e9f9921804f3f90151ca42703e612697dd430
treeb33c5a5d0b5c2e38a7be7649156dbd4bdea5eded
parentf15a0fcb1d13d28266f3e97e592e919b3fff2204
gh-99289: Add COMPILEALL_OPTS to Makefile (#99291)

Add COMPILEALL_OPTS variable in Makefile to override compileall
options (default: -j0) in "make install". Also merge the compileall
commands into a single command building PYC files for the all
optimization levels (0, 1, 2) at once.

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Doc/using/configure.rst
Doc/whatsnew/3.12.rst
Makefile.pre.in
Misc/NEWS.d/next/Build/2022-11-09-14-42-48.gh-issue-99289.X7wFE1.rst [new file with mode: 0644]