Skip to content

Commit 50e4fa5

Browse files
committed
py/mkenv.mk: Optimize Python startup type during make process.
By skipping loading site.py, etc.
1 parent 31480fb commit 50e4fa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/mkenv.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ECHO = @echo
4242
CP = cp
4343
MKDIR = mkdir
4444
SED = sed
45-
PYTHON = python
45+
PYTHON = python -s -S
4646

4747
AS = $(CROSS_COMPILE)as
4848
CC = $(CROSS_COMPILE)gcc

0 commit comments

Comments
 (0)