This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Help for GCC newbie


At 08.40 01/05/2002 (GMT +0100), Rupert Wood wrote:

>As a side note, you probably also want to add either '-g' to both steps
>to include debugging information in the executable, or add '-O2' to the
>first to build an optimised release.

Of both (-g -O2). gcc support debugging info when optimisig, so you can 
actually see how the optimised code runs.

fw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]