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 f0253f2 commit a29eafaCopy full SHA for a29eafa
1 file changed
Makefile.pre.in
@@ -669,10 +669,11 @@ libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
669
done
670
$(INSTALL_DATA) $(srcdir)/LICENSE $(LIBDEST)/LICENSE.txt
671
PYTHONPATH=$(LIBDEST) $(RUNSHARED) \
672
- ./$(BUILDPYTHON) -tt $(LIBDEST)/compileall.py -x badsyntax \
673
- $(LIBDEST)
+ ./$(BUILDPYTHON) -Wi -tt $(LIBDEST)/compileall.py \
+ -x badsyntax $(LIBDEST)
674
675
- ./$(BUILDPYTHON) -O $(LIBDEST)/compileall.py -x badsyntax $(LIBDEST)
+ ./$(BUILDPYTHON) -Wi -tt -O $(LIBDEST)/compileall.py \
676
677
678
# Create the PLATDIR source directory, if one wasn't distributed..
679
$(srcdir)/Lib/$(PLATDIR):
0 commit comments