Commit 50e4fa5e authored by Paul Sokolovsky's avatar Paul Sokolovsky

py/mkenv.mk: Optimize Python startup type during make process.

By skipping loading site.py, etc.
parent 31480fb9
......@@ -42,7 +42,7 @@ ECHO = @echo
CP = cp
MKDIR = mkdir
SED = sed
PYTHON = python
PYTHON = python -s -S
AS = $(CROSS_COMPILE)as
CC = $(CROSS_COMPILE)gcc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment