In article <13b2tee88jb7v3c@corp.supernews.com>,
David Wright <David@DavidGrayWright.com> wrote:
It actually took 21 minutes to link the project I put another 512 meg of
ram
into the computer and cut it down to 19 minutes.
Anyone have any ideas - in debug it links within one minute?
Turn off 'whole program optimization' or 'link time code
generation.' That makes your binaries small & fast at the expense of
making your link times suffer. If you find the benefits from LTCG to
be worth it, make another project configuration that turns that on,
and don't use it as much.
Nathan Mates
--
<*> Nathan Mates - personal webpage http://www.visi.com/~nathan/
# Programmer at Pandemic Studios -- http://www.pandemicstudios.com/
# NOT speaking for Pandemic Studios. "Care not what the neighbors
# think. What are the facts, and to how many decimal places?" -R.A.
Heinlein