aboutsummaryrefslogtreecommitdiffstats
path: root/gg_map
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-12-10 00:05:05 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-12-10 00:05:05 +0100
commitdd32d226161a6b4a643d3028d6dc22728fe3d075 (patch)
tree25e6a0dcf06441a85e943b37f09fe1df3f3f40cd /gg_map
parentfollow libgget API breakage (diff)
downloadglouglou-dd32d226161a6b4a643d3028d6dc22728fe3d075.tar.xz
glouglou-dd32d226161a6b4a643d3028d6dc22728fe3d075.zip
CFLAGS: include debug symbols and remove optimisation
Diffstat (limited to 'gg_map')
-rw-r--r--gg_map/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gg_map/Makefile b/gg_map/Makefile
index c688c22..24c677b 100644
--- a/gg_map/Makefile
+++ b/gg_map/Makefile
@@ -1,6 +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 -O2
+CFLAGS += -Wall -g
BINARY=gg_map