[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: g++/stl -frepo problem?



* Steinar H. Gunderson:

> -frepo is an optimization switch, designed to avoid multiple instantiations
> of the same template (reducing its size). You should be able to compile just
> fine without it, but your binaries will be bigger.

Thanks to the .gnu.linkonce sections, the finaly binary should be of
the same size.  Compilation time might increase, though.



Reply to: