DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25337>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25337 Enable stripping (and other stuff like permissions) on deployment build Summary: Enable stripping (and other stuff like permissions) on deployment build Product: Xerces-C++ Version: 2.4.0 Platform: Macintosh OS/Version: MacOS X Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When building for deployment in Xcode, it would be a good idea to enable DEPLOYMENT_POSTPROCESSING so that the binary produced is very small, about 5MB compared to about 40MB. To do that to the default Xcode project included in Xerces 2.4 - Select "Get Info" button on the project - Choose "Deployment GCC3" style - Select "General" settings in the drawer - Scroll down and look for "Deployment Post-processing" and check it - Go back to "Customized Settings" and confirm. That's it. Check this into CVS and everyone gets to enjoy a much smaller framework. Note that nothing changes for Development build and the 2.95 stuff. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
