diff options
| author | askpatricw <4002194+askpatrickw@users.noreply.github.com> | 2020-12-21 17:59:35 -0800 |
|---|---|---|
| committer | askpatricw <4002194+askpatrickw@users.noreply.github.com> | 2020-12-21 17:59:35 -0800 |
| commit | 737828ccb15824b320797a5fae51cab71eb247d4 (patch) | |
| tree | ce90dd1192cba012c370bd139e87815fdb98b427 /py | |
| parent | 10d735db9f0b2ad3525f2bf4b68ae0c5474686ec (diff) | |
| parent | df8cba10682ad2a33a8ccb97350e82328be92bef (diff) | |
Merge branch 'main' of https://github.com/adafruit/circuitpython into main
Diffstat (limited to 'py')
| -rw-r--r-- | py/py.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\" |
