Date: Tue, 27 Jul 1999 09:43:07 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Masterdon Revoltist cc: djgpp AT delorie DOT com Subject: Re: Does -s have affect performance? In-Reply-To: <199907261757.NAA24038@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 25 Jan 1999, Masterdon Revoltist wrote: > From my knowledge -s does some kind of compression? but does it affect > performance in a large way? The -s switch doesn't compress the program, it simply instructs the linker to remove the debug info from the program. This doesn't have any effect on performance, since the debug info isn't even read into memory except when you run the program under a debugger.