You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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 <[email protected]>
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
The text was updated successfully, but these errors were encountered: