From dc1f60b177b6c7b48ac2ba00cca40d5c2110661d Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Mon, 8 Jul 2013 19:32:03 +0200 Subject: compile gg_map gg_sniff and libglouglou with -O0 -g --- gg_map/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gg_map/Makefile') diff --git a/gg_map/Makefile b/gg_map/Makefile index 2722e39..eb85da0 100644 --- a/gg_map/Makefile +++ b/gg_map/Makefile @@ -1,7 +1,7 @@ CFLAGS += $(shell pkg-config --cflags elementary evas ecore) LIBS += $(shell pkg-config --libs elementary evas ecore) -levent -lglouglou -legraph #CFLAGS += -Wall -O2 -CFLAGS += -Wall -g +CFLAGS += -Wall -g -O0 BINARY=gg_map WRAPPER=glouglou_localsniff.sh -- cgit v1.2.3-59-g8ed1b