How to trobleshoot slow link time

  • Thread starter Thread starter Chris Stankevitz
  • Start date Start date
C

Chris Stankevitz

My very large native C++ app takes a long time to link (approaching five
minutes).

How can I troubleshoot *why* it takes so long to link? I'd like to look for
ways to reorganize things to speed up the link.

Thanks,

Chris
 
Chris Stankevitz said:
My very large native C++ app takes a long time to link (approaching five
minutes).

How can I troubleshoot *why* it takes so long to link? I'd like to look for
ways to reorganize things to speed up the link.

Have you tried /time on the linker?


Schobi

--
(e-mail address removed) is never read
I'm Schobi at suespammers dot org

"Coming back to where you started is not the same as never leaving"
Terry Pratchett
 
Back
Top