aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/Makefile
diff options
context:
space:
mode:
authorFlorian Zeitz <florob@babelmonkeys.de>2013-04-27 17:01:31 +0200
committerFlorian Zeitz <florob@babelmonkeys.de>2013-04-27 17:01:31 +0200
commit06779d75b8e78feb8fe6c477c4dc811a8808642c (patch)
tree692cedbdcef4883e617b5b95ca7fe06f04738197 /util-src/Makefile
parent5c2e796bd4325ed68d73d7e856f2ba15160805ce (diff)
downloadprosody-06779d75b8e78feb8fe6c477c4dc811a8808642c.tar.gz
prosody-06779d75b8e78feb8fe6c477c4dc811a8808642c.zip
util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes
Diffstat (limited to 'util-src/Makefile')
-rw-r--r--util-src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/util-src/Makefile b/util-src/Makefile
index 2c8243f9..90d65e51 100644
--- a/util-src/Makefile
+++ b/util-src/Makefile
@@ -9,6 +9,7 @@ OPENSSL_LIB?=crypto
CC?=gcc
CXX?=g++
LD?=gcc
+CFLAGS+=-ggdb
.PHONY: all install clean
.SUFFIXES: .c .o .so