py/mkenv.mk: Remove -s and -S args from PYTHON variable.

Qstr auto-generation is now much faster so this optimisation for start-up
time is no longer needed.  And passing "-s -S" breaks some things, like
stmhal's "make deploy".
pull/2031/head
Damien George 2016-04-21 22:25:35 +01:00
rodzic fea40ad468
commit 109990fc32
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -42,7 +42,7 @@ ECHO = @echo
CP = cp
MKDIR = mkdir
SED = sed
PYTHON = python -s -S
PYTHON = python
AS = $(CROSS_COMPILE)as
CC = $(CROSS_COMPILE)gcc