all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
@@ -395,14 +395,14 @@ function ci_teensy_build {
|
||||
CI_UNIX_OPTS_SYS_SETTRACE=(
|
||||
MICROPY_PY_BTREE=0
|
||||
MICROPY_PY_FFI=0
|
||||
MICROPY_PY_USSL=0
|
||||
MICROPY_PY_SSL=0
|
||||
CFLAGS_EXTRA="-DMICROPY_PY_SYS_SETTRACE=1"
|
||||
)
|
||||
|
||||
CI_UNIX_OPTS_SYS_SETTRACE_STACKLESS=(
|
||||
MICROPY_PY_BTREE=0
|
||||
MICROPY_PY_FFI=0
|
||||
MICROPY_PY_USSL=0
|
||||
MICROPY_PY_SSL=0
|
||||
CFLAGS_EXTRA="-DMICROPY_STACKLESS=1 -DMICROPY_STACKLESS_STRICT=1 -DMICROPY_PY_SYS_SETTRACE=1"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user