restore DEBUG build
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
diff --git a/regress/delta/Makefile b/regress/delta/Makefile
index 0967da5..20d6513 100644
--- a/regress/delta/Makefile
+++ b/regress/delta/Makefile
@@ -6,7 +6,7 @@ SRCS = delta.c error.c path.c zbuf.c delta_test.c
CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
LDADD = -lz
DEBUG = -O0 -g
-CFLAGS = -Werror -Wall -Wstrict-prototypes -Wunused-variable
+CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
NOMAN = yes
diff --git a/regress/repository/Makefile b/regress/repository/Makefile
index c54c110..aabadbc 100644
--- a/regress/repository/Makefile
+++ b/regress/repository/Makefile
@@ -7,7 +7,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
-CFLAGS = -Werror -Wall -Wstrict-prototypes -Wunused-variable
+CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
NOMAN = yes
diff --git a/regress/worktree/Makefile b/regress/worktree/Makefile
index 75af81c..80bbcfe 100644
--- a/regress/worktree/Makefile
+++ b/regress/worktree/Makefile
@@ -7,7 +7,7 @@ SRCS = worktree.c repository.c object.c path.c error.c refs.c sha1.c pack.c \
CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
LDADD = -lutil -lz
DEBUG = -O0 -g
-CFLAGS = -Werror -Wall -Wstrict-prototypes -Wunused-variable
+CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
NOMAN = yes