1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/minimal/Makefile
smlng bbbf2bf345 tests/minimal: disable develhelp
to ensure minimal binary size for comparison
2017-12-14 17:54:14 +01:00

9 lines
156 B
Makefile

DEVELHELP ?= 0
include ../Makefile.tests_common
CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include