mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
9a7e9f9921
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>