From c93d1ca6c2aaa75bee5d04386c86fc4295bf0471 Mon Sep 17 00:00:00 2001 From: smlng <s@mlng.net> Date: Sun, 19 Nov 2017 18:50:51 +0100 Subject: [PATCH] dist: adapt DEVELHELP switch --- dist/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Makefile b/dist/Makefile index 20f3454339..6ce785a993 100644 --- a/dist/Makefile +++ b/dist/Makefile @@ -25,7 +25,7 @@ RIOTBASE ?= $(CURDIR)/../../RIOT # Uncomment this to enable code in RIOT that does safety checking # which is not needed in a production environment but helps in the # development process: -#CFLAGS += -DDEVELHELP +#DEVELHELP = 1 # Change this to 0 to show compiler invocation lines by default: QUIET ?= 1 -- GitLab