Date: Mon, 5 May 1997 17:11:49 +0300 (IDT) From: Eli Zaretskii To: Robert Hoehne cc: djgpp AT delorie DOT com Subject: Re: LD question In-Reply-To: <336DA157.5C6A55A2@Mathematik.tu-chemnitz.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 5 May 1997, Robert Hoehne wrote: > This is a known limitation of the COFF debugging information. > It can hold only up to 0xffff line number entries. > Solution: Do not compile any file with the '-g' switch. You can also try to add -O, if omitting -g is not enough, or if you need to be able to debug the program. I think this could sometimes help a bit more, because optimizations remove some of the lines out of existence.