Date: Sun, 25 May 1997 13:30:37 +0300 (IDT) From: Eli Zaretskii To: "John M. Aldrich" cc: djgpp-workers AT delorie DOT com, DJ Delorie Subject: Re: Why does gcc make such big binaries? In-Reply-To: <33849202.12BC@cs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 22 May 1997, John M. Aldrich wrote: > But at that point, wouldn't people start complaining that they are > unable to symify or debug their programs? IMHO, '-s' removes so much > functionality from the executable that it's not worth it to specify as > default. You cannot debug seriously if you didn't say -g. (I don't think many people would use assembly-level debugging, at least not those who complain about the size.) As for `symify', those who complain don't even know what that is. In general, I think that since we distribute pre-built binaries stripped, we don't care much about `symify' anyhow. BC, for example, doesn't add any debugging info unless you use a switch analogous to -g.