1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 02:53:52 +01:00
RIOT/pkg/mjson/mjson.mk
2023-12-11 13:30:58 +01:00

8 lines
193 B
Makefile

MODULE = mjson
# The mjson_merge function requires an alloca implementation, disabled to
# prevent stack memory allocations
CFLAGS += -DMJSON_ENABLE_MERGE=0
include $(RIOTBASE)/Makefile.base