dist: adapt DEVELHELP switch

This commit is contained in:
smlng 2017-11-19 18:50:51 +01:00
parent 5ffe9ddaf5
commit c93d1ca6c2

2
dist/Makefile vendored
View File

@ -25,7 +25,7 @@ RIOTBASE ?= $(CURDIR)/../../RIOT
# Uncomment this to enable code in RIOT that does safety checking # Uncomment this to enable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the # which is not needed in a production environment but helps in the
# development process: # development process:
#CFLAGS += -DDEVELHELP #DEVELHELP = 1
# Change this to 0 to show compiler invocation lines by default: # Change this to 0 to show compiler invocation lines by default:
QUIET ?= 1 QUIET ?= 1