1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

tests/minimal: disable develhelp

to ensure minimal binary size for comparison
This commit is contained in:
smlng 2017-11-14 16:44:37 +01:00
parent ea9aecd4b5
commit bbbf2bf345

View File

@ -1,9 +1,8 @@
DEVELHELP ?= 0
include ../Makefile.tests_common
#
CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE
#
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include