summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authoraskpatricw <4002194+askpatrickw@users.noreply.github.com>2020-12-21 17:59:35 -0800
committeraskpatricw <4002194+askpatrickw@users.noreply.github.com>2020-12-21 17:59:35 -0800
commit737828ccb15824b320797a5fae51cab71eb247d4 (patch)
treece90dd1192cba012c370bd139e87815fdb98b427 /py
parent10d735db9f0b2ad3525f2bf4b68ae0c5474686ec (diff)
parentdf8cba10682ad2a33a8ccb97350e82328be92bef (diff)
Merge branch 'main' of https://github.com/adafruit/circuitpython into main
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\"