Diff

util-src/Makefile @ 5537:15464633d8fb

util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes
author Florian Zeitz <florob@babelmonkeys.de>
date Sat, 27 Apr 2013 17:01:31 +0200
parent 4396:03b59a511671
child 5699:e9f5384f5ff1
line wrap: on
line diff
--- a/util-src/Makefile	Sat Apr 27 22:46:01 2013 +0200
+++ b/util-src/Makefile	Sat Apr 27 17:01:31 2013 +0200
@@ -9,6 +9,7 @@
 CC?=gcc
 CXX?=g++
 LD?=gcc
+CFLAGS+=-ggdb
 
 .PHONY: all install clean
 .SUFFIXES: .c .o .so