Ah, thanks Istvan! I was curious about when to use useLrint, I see now that I likely won't be using it as the cpu's I use all use SSE and up. Question for you: I know that when you do releases you put together 32 and 64 bit versions. How have you gone about handling the different builds? (Multiple clean/compiles, different CVS checkout directories, other options?0 Thanks! steven On 7/27/05, Istvan Varga wrote: > Steven Yi wrote: > > > Thanks for the information regarding strip. If I understand correctly > > though, using strip will improve speed but not as much as recompilning > > with debugOff and optimizations set to O3? > > Stripping does not really improve speed, but reduces the size of executables > (particularly plugins written in C++). Compiling with gcc3opt does result > in a speed-up, however, files built this way cannot be debugged, even if they > are not stripped. Also, if you do not use a CPU type for gcc3opt that uses > SSE (for single precision) or SSE2 (for double precision) instructions, then > adding useLrint=1 can improve performance; note that this option can be used > even for a debug build. > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO September > 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net