RPL non-storing: add compile-test to also check for warnings
This commit is contained in:
parent
1a7133bbf2
commit
b32b3f6666
4 changed files with 13 additions and 0 deletions
|
@ -5,6 +5,10 @@ PROJECT_SOURCEFILES += collect-common.c
|
|||
|
||||
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
||||
|
||||
ifeq ($(MAKE_WITH_NON_STORING),1)
|
||||
CFLAGS += -DWITH_NON_STORING=1
|
||||
endif
|
||||
|
||||
ifdef PERIOD
|
||||
CFLAGS=-DPERIOD=$(PERIOD)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue