examples: use DEVELHELP per default
This commit is contained in:
parent
4e2640f9de
commit
106137ff64
@ -19,10 +19,10 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
# with the target all-valgrind instead of all:
|
# with the target all-valgrind instead of all:
|
||||||
# make -B clean all-valgrind
|
# make -B clean all-valgrind
|
||||||
|
|
||||||
# Uncomment this to enable code in RIOT that does safety checking
|
# Comment this out to disable 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
|
CFLAGS += -DDEVELHELP
|
||||||
|
|
||||||
# Change this to 0 show compiler invocation lines by default:
|
# Change this to 0 show compiler invocation lines by default:
|
||||||
QUIET ?= 1
|
QUIET ?= 1
|
||||||
|
|||||||
@ -19,10 +19,10 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
# with the target all-valgrind instead of all:
|
# with the target all-valgrind instead of all:
|
||||||
# make -B clean all-valgrind
|
# make -B clean all-valgrind
|
||||||
|
|
||||||
# Uncomment this to enable code in RIOT that does safety checking
|
# Comment this out to disable 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
|
CFLAGS += -DDEVELHELP
|
||||||
|
|
||||||
# Change this to 0 show compiler invocation lines by default:
|
# Change this to 0 show compiler invocation lines by default:
|
||||||
QUIET ?= 1
|
QUIET ?= 1
|
||||||
|
|||||||
@ -19,10 +19,10 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
# with the target all-valgrind instead of all:
|
# with the target all-valgrind instead of all:
|
||||||
# make -B clean all-valgrind
|
# make -B clean all-valgrind
|
||||||
|
|
||||||
# Uncomment this to enable code in RIOT that does safety checking
|
# Comment this out to disable 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
|
CFLAGS += -DDEVELHELP
|
||||||
|
|
||||||
# Change this to 0 show compiler invocation lines by default:
|
# Change this to 0 show compiler invocation lines by default:
|
||||||
QUIET ?= 1
|
QUIET ?= 1
|
||||||
|
|||||||
@ -7,6 +7,11 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
|
# Comment this out to disable code in RIOT that does safety checking
|
||||||
|
# which is not needed in a production environment but helps in the
|
||||||
|
# development process:
|
||||||
|
CFLAGS += -DDEVELHELP
|
||||||
|
|
||||||
# Change this to 0 show compiler invocation lines by default:
|
# Change this to 0 show compiler invocation lines by default:
|
||||||
QUIET ?= 1
|
QUIET ?= 1
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,11 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
|
# Comment this out to disable code in RIOT that does safety checking
|
||||||
|
# which is not needed in a production environment but helps in the
|
||||||
|
# development process:
|
||||||
|
CFLAGS += -DDEVELHELP
|
||||||
|
|
||||||
# Change this to 0 show compiler invocation lines by default:
|
# Change this to 0 show compiler invocation lines by default:
|
||||||
QUIET ?= 1
|
QUIET ?= 1
|
||||||
|
|
||||||
|
|||||||
@ -19,10 +19,10 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
# with the target all-valgrind instead of all:
|
# with the target all-valgrind instead of all:
|
||||||
# make -B clean all-valgrind
|
# make -B clean all-valgrind
|
||||||
|
|
||||||
# Uncomment this to enable code in RIOT that does safety checking
|
# Comment this out to disable 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
|
CFLAGS += -DDEVELHELP
|
||||||
|
|
||||||
# Change this to 0 show compiler invocation lines by default:
|
# Change this to 0 show compiler invocation lines by default:
|
||||||
QUIET ?= 1
|
QUIET ?= 1
|
||||||
|
|||||||
@ -19,10 +19,10 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
# with the target all-valgrind instead of all:
|
# with the target all-valgrind instead of all:
|
||||||
# make -B clean all-valgrind
|
# make -B clean all-valgrind
|
||||||
|
|
||||||
# Uncomment this to enable code in RIOT that does safety checking
|
# Comment this out to disable 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
|
CFLAGS += -DDEVELHELP
|
||||||
|
|
||||||
# Change this to 0 show compiler invocation lines by default:
|
# Change this to 0 show compiler invocation lines by default:
|
||||||
QUIET ?= 1
|
QUIET ?= 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user