Tagged Questions
6
votes
3answers
332 views
Low performance of Incremental linking
I have a large binary which is built of many static libs and standalone cpp files. It is configured to use incremental linking, all optimizations are disabled by /Od - it is debug build.
I noticed ...
1
vote
1answer
512 views
How can I know if an executable was incrementally linked or not?
I'm trying to use Purify 6 to analyze a memory corruption in one of our executables built with VC++ 2003 (7.1).
When I instrument the binary with the command:
purify /Replace=yes /Run=no myprog.exe
...