diff --git a/examples/antelope/netdb/Makefile b/examples/antelope/netdb/Makefile index e680009ca..ca75d78e6 100644 --- a/examples/antelope/netdb/Makefile +++ b/examples/antelope/netdb/Makefile @@ -1,6 +1,6 @@ CONTIKI = ../../../ APPS += antelope -CFLAGS += -Wall -g -DPROJECT_CONF_H=\"project-conf.h\" +CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\" SMALL = 1 include $(CONTIKI)/Makefile.include