I actiually use -O2 with debugging as well. Hopefully m68k doesn't use pipelines (otherwise it would be a really big challenge for pose :-)), so that any optimisation shouldn't be confusing for gdb.
This is why recompilation might be really unnecessary in my case. Michael -----Original Message----- From: Michael Glickman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 5 December 2001 2:39 PM To: Palm Developer Forum Subject: Is .prc affected by -g flag ? For GCC you normally put -g flag to enable debugging. This produceses some extra staff (presumably NOP commands with line numbers) in COFF. But will .prc file be affected ? In other words, should I recompile the whole application with out -g, (add m68k-palmos-strip, etc) for the release, or leave it as it is ? Regs Michael -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
