aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gg_map/Makefile2
-rw-r--r--gg_sniff/Makefile3
-rw-r--r--libglouglou/Makefile3
3 files changed, 5 insertions, 3 deletions
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
diff --git a/gg_sniff/Makefile b/gg_sniff/Makefile
index 297e8a5..0969898 100644
--- a/gg_sniff/Makefile
+++ b/gg_sniff/Makefile
@@ -1,4 +1,5 @@
-CFLAGS += -Wall -O2
+#CFLAGS += -Wall -O2
+CFLAGS += -Wall -O0 -g
LDFLAGS += -levent -lglouglou -lpcap
BINARY = gg_sniff
diff --git a/libglouglou/Makefile b/libglouglou/Makefile
index a9d42c2..72eb470 100644
--- a/libglouglou/Makefile
+++ b/libglouglou/Makefile
@@ -1,4 +1,5 @@
-CFLAGS += -Wall -O2 -fPIC -shared -g
+#CFLAGS += -Wall -O2 -fPIC -shared -g
+CFLAGS += -Wall -O0 -fPIC -shared -g
CFLAGS += -ldnet -lpcap # for libggnet_traceroute
PREFIX=/usr/local