diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-12-17 11:03:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-17 11:03:40 -0500 |
| commit | 8f9cd7075e706b714ff0166414f399d521f6302b (patch) | |
| tree | 85854ea3e476cf67dfe4d8e7a6b5d943ab757675 /py | |
| parent | 68dd4b2b37d35218e306a0de2efb659cbd505fb6 (diff) | |
| parent | 4521dfb73289eaa9d17cb61b29b49c10adf1f4a3 (diff) | |
Merge pull request #3752 from jepler/gcc10
build: Update to gcc10
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\" |
