"Keith Rollin" <[EMAIL PROTECTED]> wrote in message news:71096@palm-dev-forum... > > Huh...I just tried removing the "Debug Bullets" (again with the > AddressBook), and the .prc's size dropped from 67,727 bytes to 67,617 bytes > -- 110 bytes. But I'm not sure why it should drop at all, let alone by a > miniscule amount compared to Jeremy. All of the debug information should be > in the .psym file, right? Why should the .prc file be affected?
There are a small number of options in the compiler that depend on the symbolics flag being set for the source file. I don't have compiler source here at home, so I can't check exactly to see what they are. A quick code inspection showed some switch statements generating inline code when symbolics were on, but a call to __wswtch__ when they were off. This seems pretty odd to me -- I'll make a note to investigate more later. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
