From f9ebfec9097a45e035ed9f18f91161dbb1fe0707 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 14 Feb 2007 09:58:53 +0000 Subject: Applied patch from Jim Meyering, submitted on dev list: * tests/setup: Remove use of libtool's --debug option. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@507458 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/tests') diff --git a/cpp/tests/setup b/cpp/tests/setup index 40acffd584..9dde4758b1 100644 --- a/cpp/tests/setup +++ b/cpp/tests/setup @@ -30,7 +30,7 @@ vg_options=" if test x$VALGRIND = x; then vg= else - vg="libtool --debug --mode=execute valgrind `echo $vg_options` --" + vg="libtool --mode=execute valgrind `echo $vg_options` --" fi vg_leak_check() -- cgit v1.2.1