1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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
# 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