cpython icon indicating copy to clipboard operation
cpython copied to clipboard

Makefile: add COMPILEALL_OPTS variable to allow overriding compileall options in "make install"

Open vstinner opened this issue 1 year ago • 0 comments

Currently, compileall options (-j0) are hardcoded. In Fedora, we would like to add --hardlink-dupes option and also control the number of jobs (ex: replace -j0 with -j6).

Fedora downstream issue: https://bugzilla.redhat.com/show_bug.cgi?id=2138023

  • PR: gh-99291

vstinner avatar Nov 09 '22 13:11 vstinner