aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/Makefile
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-07-07 04:24:27 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-07-07 04:24:27 +0200
commitef4cb7a07d97e6e747aefb4e36667062675e5386 (patch)
tree785a83e4ab0c586891d4f1ea2ff604d3e645d9d6 /libglouglou/Makefile
parentglouglou_localsniff.sh: more verbose gg_sniff (diff)
downloadglouglou-ef4cb7a07d97e6e747aefb4e36667062675e5386.tar.xz
glouglou-ef4cb7a07d97e6e747aefb4e36667062675e5386.zip
libglouglou: compile with -g
Diffstat (limited to '')
-rw-r--r--libglouglou/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglouglou/Makefile b/libglouglou/Makefile
index ac78937..a9d42c2 100644
--- a/libglouglou/Makefile
+++ b/libglouglou/Makefile
@@ -1,4 +1,4 @@
-CFLAGS += -Wall -O2 -fPIC -shared
+CFLAGS += -Wall -O2 -fPIC -shared -g
CFLAGS += -ldnet -lpcap # for libggnet_traceroute
PREFIX=/usr/local