Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8dc06 commit db5a41fCopy full SHA for db5a41f
1 file changed
Makefile.in
@@ -265,6 +265,8 @@ libinstall: python $(srcdir)/Lib/$(MACHDEP)
265
done
266
PYTHONPATH=$(LIBDEST) \
267
./python $(LIBDEST)/compileall.py $(LIBDEST)
268
+ PYTHONPATH=$(LIBDEST) \
269
+ ./python -O $(LIBDEST)/compileall.py $(LIBDEST)
270
271
# Create the MACHDEP source directory, if one wasn't distributed..
272
$(srcdir)/Lib/$(MACHDEP):
0 commit comments