From: sdattalo Date: Sat, 27 Jul 2002 14:51:45 +0000 (+0000) Subject: Turned off verbose debugging X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=26b107580565133766482d16458bc3a03c7dcd87;p=fw%2Fsdcc Turned off verbose debugging git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2048 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/pic/pcode.c b/src/pic/pcode.c index 808aeaaa..3dcb4748 100644 --- a/src/pic/pcode.c +++ b/src/pic/pcode.c @@ -75,7 +75,7 @@ static pBlock *pb_dead_pcodes = NULL; /* Hardcoded flags to change the behavior of the PIC port */ static int peepOptimizing = 1; /* run the peephole optimizer if nonzero */ static int functionInlining = 1; /* inline functions if nonzero */ -int debug_verbose = 1; /* Set true to inundate .asm file */ +int debug_verbose = 0; /* Set true to inundate .asm file */ static int GpCodeSequenceNumber = 1; int GpcFlowSeq = 1;