summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2020-12-17 11:03:40 -0500
committerGitHub <noreply@github.com>2020-12-17 11:03:40 -0500
commit8f9cd7075e706b714ff0166414f399d521f6302b (patch)
tree85854ea3e476cf67dfe4d8e7a6b5d943ab757675 /py
parent68dd4b2b37d35218e306a0de2efb659cbd505fb6 (diff)
parent4521dfb73289eaa9d17cb61b29b49c10adf1f4a3 (diff)
Merge pull request #3752 from jepler/gcc10
build: Update to gcc10
Diffstat (limited to 'py')
-rw-r--r--py/py.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/py.mk b/py/py.mk
index 1a8f1219a..3f94aa67a 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -19,7 +19,7 @@ endif
QSTR_GLOBAL_DEPENDENCIES += $(PY_SRC)/mpconfig.h mpconfigport.h
# some code is performance bottleneck and compiled with other optimization options
-_CSUPEROPT = -O3
+CSUPEROPT = -O3
# this sets the config file for FatFs
CFLAGS_MOD += -DFFCONF_H=\"lib/oofatfs/ffconf.h\"