This is the mail archive of the gcc@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: development


>     Ok since I'm very new to this are there any switches when compiling this
> source for development purposes?

Not really.  If you're building from the CVS tree, various assertion checks will be
enabled already (they are explicitly disabled in releases).  You may want to build
GCC with -g instead of -g -O2 if you want the debugger to behave more sensibly.

Ben


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