diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-12-20 12:57:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-20 12:57:49 -0800 |
| commit | e6fd513cfa5460e2dfec138346749ede46afd243 (patch) | |
| tree | d471fb0911d10e742f433bf30e0207b0eb72df00 /py/circuitpy_mpconfig.h | |
| parent | 5fc20145d1966e367c2e304a4a3359f625f17bcf (diff) | |
| parent | f60b6481e090b2748dc84100502deda660466805 (diff) | |
Merge pull request #2418 from tannewt/remove_re_from_cpx_displayio5.0.0-beta.2
Remove `re` from CPX Displayio build to make space.
Diffstat (limited to 'py/circuitpy_mpconfig.h')
| -rw-r--r-- | py/circuitpy_mpconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h index 3161938c4..932d4f855 100644 --- a/py/circuitpy_mpconfig.h +++ b/py/circuitpy_mpconfig.h @@ -193,7 +193,9 @@ typedef long mp_off_t; #define MICROPY_PY_UERRNO (CIRCUITPY_FULL_BUILD) // Opposite setting is deliberate. #define MICROPY_PY_UERRNO_ERRORCODE (!CIRCUITPY_FULL_BUILD) +#ifndef MICROPY_PY_URE #define MICROPY_PY_URE (CIRCUITPY_FULL_BUILD) +#endif #define MICROPY_PY_URE_MATCH_GROUPS (CIRCUITPY_FULL_BUILD) #define MICROPY_PY_URE_MATCH_SPAN_START_END (CIRCUITPY_FULL_BUILD) #define MICROPY_PY_URE_SUB (CIRCUITPY_FULL_BUILD) |
