From: Mat Hostetter Date: Thu, 10 Jun 93 19:20:58 -0600 To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: debug32 & large programs? Is ld leaving in local labels? "nm" your executable and look for labels starting with "L". You can remove these by hand by typing "strip -X a.out"; this can reduce the number of symbols dramatically. -Mat