Skip to content

Commit 109990f

Browse files
committed
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".
1 parent fea40ad commit 109990f

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 -s -S
45+
PYTHON = python
4646

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

0 commit comments

Comments
 (0)