26 Oct
2005
26 Oct
'05
6:34 p.m.
what are the options to reduce executable footprint when using boost serialization library?
case somewhat scares me: The resulting executable generated by GCC on Cygwin is (no optimizations) 1.5MB! ^^^^^^^^^^^^^^^^^^ | I would start here -| Enable optimizations (at least -O) and I would expect the templates will get rendered down to something a little more reasonable. At least that's been my experience (including with this
At 10:07 PM +0000 10/24/05, Mats Eklund wrote: library specifically).