diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-11-08 18:46:08 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-11-08 18:46:08 +0100 |
commit | 6d668eeb928999737b989eed5bfef5a683e11b95 (patch) | |
tree | 3c371fc47a3c6ea980113841e65db2170fe45395 /Makefile | |
parent | b26d9a2c05a6fac857c30156b246576aa60536de (diff) |
php: add --with debug option for debug build
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 + |