From: Tom Hughes Date: Thu, 7 Oct 2004 08:33:29 +0000 (+0000) Subject: Turn off stabs debugging. X-Git-Tag: svn/VALGRIND_3_0_0~1553 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=088b2da749d03c9a8573202f4167e3341b16e7b7;p=thirdparty%2Fvalgrind.git Turn off stabs debugging. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2735 --- diff --git a/coregrind/vg_stabs.c b/coregrind/vg_stabs.c index 73455b212d..47a1fa58cf 100644 --- a/coregrind/vg_stabs.c +++ b/coregrind/vg_stabs.c @@ -101,7 +101,7 @@ typedef struct _StabTypeTab { } *headerhash[HEADER_HASHSZ]; } StabTypeTab; -static const Bool stabs_debug = True; +static const Bool stabs_debug = False; static UInt header_hash(Char *filename, UInt instance) {