From 6d668eeb928999737b989eed5bfef5a683e11b95 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Nov 2013 18:46:08 +0100 Subject: php: add --with debug option for debug build --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d095534..7aca750 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,7 @@ include ../../common/Makefile tembed: tembed.c gcc -Wall $(INCL1) $(INCL2) tembed.c $(LIBS) -o tembed + +debug: + time rpmbuild $(RPMDEFINES) --with debug -bb $(NAME).spec + -- cgit