diff options
| author | Artyom Skrobov <tyomitch@gmail.com> | 2021-03-20 09:07:36 -0400 |
|---|---|---|
| committer | Artyom Skrobov <tyomitch@gmail.com> | 2021-03-26 13:24:20 -0400 |
| commit | d7dc3801ab9fdeef1b1edde050f9aad35c92d73b (patch) | |
| tree | 57dfefd1711850344aaa5be429159d4d20c80693 /py | |
| parent | 155b61f0275efc1eac805ed37070834e81bb32ba (diff) | |
[ure] to save space, disable debug dumps by default
Has to stay enabled in unix port for the sake of tests/extmod/ure_debug.py
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_mpconfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/py/circuitpy_mpconfig.mk b/py/circuitpy_mpconfig.mk index fea1f937e..2a4467d49 100644 --- a/py/circuitpy_mpconfig.mk +++ b/py/circuitpy_mpconfig.mk @@ -242,6 +242,9 @@ CFLAGS += -DCIRCUITPY_RANDOM=$(CIRCUITPY_RANDOM) CIRCUITPY_RE ?= $(CIRCUITPY_FULL_BUILD) CFLAGS += -DCIRCUITPY_RE=$(CIRCUITPY_RE) +CIRCUITPY_RE_DEBUG ?= 0 +CFLAGS += -DCIRCUITPY_RE_DEBUG=$(CIRCUITPY_RE_DEBUG) + CIRCUITPY_REPL_BLE ?= 0 CFLAGS += -DCIRCUITPY_REPL_BLE=$(CIRCUITPY_REPL_BLE) |
