Commit 97d4f2b9e88778ef9f4f84be5365c4f10564bc18

Stefan Sperling 2017-12-01T20:25:28

build with debug by default

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/regress/repository/Makefile b/regress/repository/Makefile
index a1ba1ae..4fcfd48 100644
--- a/regress/repository/Makefile
+++ b/regress/repository/Makefile
@@ -6,6 +6,7 @@ SRCS = path.c repository.c error.c refs.c object.c sha1.c diff.c \
 
 CPPFLAGS = -I${.CURDIR}/../../include
 LDADD = -lutil -lz
+DEBUG = "-O0 -g"
 
 NOMAN = yes