]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Turn off stabs debugging.
authorTom Hughes <tom@compton.nu>
Thu, 7 Oct 2004 08:33:29 +0000 (08:33 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 7 Oct 2004 08:33:29 +0000 (08:33 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2735

coregrind/vg_stabs.c

index 73455b212db98fe2a2ffb7c4292dcffbbc41d081..47a1fa58cfeb1bfe5b4615a0f486f81736d70dec 100644 (file)
@@ -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)
 {