From cd9ce17d70ca0a7634952affc4699cc83d17707e Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sun, 30 Aug 2015 20:24:49 +0200 Subject: [PATCH] change CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff19411..8323519 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include config.mk LIBS = -L/Users/jpm/Auto/pubgit/MQTT/mosquitto/org.eclipse.mosquitto.git/lib LIBS += -lcurl -lmosquitto -CFLAGS=-Wall -Werror -g +CFLAGS=-Wall -Werror OTR_OBJS = json.o \ geo.o \