summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-19 21:36:38 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-19 21:36:38 +0000
commit6636a65c100869e1d479cac97769fbaede7746c7 (patch)
treeaee411a92e2453712fb699893d4313ebd4ef7fca /libs/pbd
parent19d1132afb8d1877f7b3e7c1ff27a11503f1b56d (diff)
Configure option to abort when malloc is called in the process thread.
git-svn-id: svn://localhost/ardour2/branches/3.0@8548 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/pbd/wscript b/libs/pbd/wscript
index b952b63753..69eafe4285 100644
--- a/libs/pbd/wscript
+++ b/libs/pbd/wscript
@@ -106,6 +106,10 @@ def build(bld):
whitespace.cc
xml++.cc
'''
+
+ if bld.env['DEBUG_RT_ALLOC']:
+ obj.source += 'debug_rt_alloc.c'
+
obj.export_incdirs = ['.']
obj.includes = ['.']
obj.name = 'libpbd'