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
|
@ -21,6 +21,10 @@ PROJECT_SOURCEFILES += slip-bridge.c
|
|||
#of the slip connection. Large MSS together with low baud rates without flow
|
||||
#control will overrun the transmit buffer when the style sheet is requested.
|
||||
|
||||
ifeq ($(MAKE_WITH_NON_STORING),1)
|
||||
CFLAGS += -DWITH_NON_STORING=1
|
||||
endif
|
||||
|
||||
WITH_WEBSERVER=1
|
||||
ifeq ($(WITH_WEBSERVER),1)
|
||||
CFLAGS += -DUIP_CONF_TCP=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue