Ben Combee a �crit : > At 06:15 AM 11/28/2003, Luc Le Blanc wrote: > >Ben Combee a �crit : > > > > > >Correct me if I'm wrong, but I could not find a centralized > > > >documentation on the CW C/C++ Language Settings dialog. I'm especially > > > >wondering about deferred inlining and the effect of the inlining > > > >drop-down list if the Auto inlining is not checked. > > > > > > Auto-inlining tells the compiler to try inlining any function, even those > > > not declared with "inline". With this off, the compiler will only attempt > > > to inline functions that are explicitly marked as inline. > > > >But is there a complete CW documentation of compiler options in this page? > > Do you doubt me? :)
Would I dare? But I'm sure you got better things to do than retype this manual as a post in this newsgroup. Like answering my post about beaming appData ;) > Documentation on these options is in the C/C++ Compiler Reference, one of > the PDFs included with CW. The panel is described in the "C/C++ Compiler > Settings" chapter. Found it. Many interesting details. Thanks. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
