From: Eric K. <eri...@gm...> - 2008-03-04 22:38:33
|
Using --enable-split-objs, I've been able to reduce the size of the UTFSampler binary from 3M stripped to 1M stripped. And it still seems to work. If somebody could explain to me why we need the last patch, I would be even happier. Sun Mar 2 23:37:10 GMT 2008 Eric Kow <eri...@gm...> * Create a --enable-split-objs option for configure and makefile. For wxcore, --enable-split-objs calls GHC with -split-objs and combines the splitted up .o files in the archive. Tue Mar 4 15:40:47 GMT 2008 Eric Kow <eri...@gm...> * Add a wxcREFUSE_MEDIACTRL flag (for the same reason as opengl) Tue Mar 4 17:07:29 GMT 2008 Eric Kow <eri...@gm...> * Fix configure bug where ENABLE-SPLITOBJS was being defined. It was being set to 'no' (perhaps the makefile should just check if ENABLE-SPLITOBJS='yes') Tue Mar 4 22:35:05 GMT 2008 Eric Kow <eri...@gm...> * Warn about GHC older than 6.4 (to match removed functionality). Tue Mar 4 22:35:24 GMT 2008 Eric Kow <eri...@gm...> * Back off from using split-objs for Graphics.UI.WXCore.WxcTypes I don't really understand why we have to do this, but I get undefined symbol errors linking sample apps when using this with --enable-split-objs |