Rev 1255: Use debugging symbols when possible. in file:///data/jelmer/bzr-svn/0.4-ra-cext/
Jelmer Vernooij
jelmer at samba.org
Sat Jun 21 23:05:11 BST 2008
At file:///data/jelmer/bzr-svn/0.4-ra-cext/
------------------------------------------------------------
revno: 1255
revision-id: jelmer at samba.org-20080621220510-4xwfk94krvhmzm6i
parent: jelmer at samba.org-20080621214734-8xwpe5pej1blrnj3
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4-ra-cext
timestamp: Sun 2008-06-22 00:05:10 +0200
message:
Use debugging symbols when possible.
modified:
Makefile makefile.other-20080311181537-5svhje3v1flh1n4f-1
=== modified file 'Makefile'
--- a/Makefile 2008-06-21 20:47:02 +0000
+++ b/Makefile 2008-06-21 22:05:10 +0000
@@ -16,6 +16,9 @@
build-inplace::
$(SETUP) build_ext --inplace
+build-inplace-debug::
+ $(SETUP) build_ext --inplace --debug
+
install::
$(SETUP) install
@@ -43,10 +46,10 @@
check-random::
$(MAKE) check TEST_OPTIONS="--random=now --verbose --one"
-valgrind-check::
+valgrind-check:: build-inplace-debug
$(MAKE) check DEBUGGER="valgrind --suppressions=/usr/lib/valgrind/python.supp $(VALGRIND_OPTIONS)"
-gdb-check::
+gdb-check:: build-inplace-debug
$(MAKE) check DEBUGGER="gdb --args $(GDB_OPTIONS)"
strace-check::
More information about the bazaar-commits
mailing list