X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sun, 10 Feb 2002 13:25:34 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Alignment problem In-Reply-To: <3C664587.5FB6F91E@yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 10 Feb 2002, CBFalconer wrote: > As I read the info pages > detailed profiling requires debug info on lines, so the biggest > question is whether to use -g, -gstabs, or -gstabs+. It doesn't matter; you can use -g, -gstabs, -gstabs+, -gdwarf-2, or -ggdb3--any one will do, as long as gprof comes from a version of Binutils that supports the format of debugging info those options request.