Tagged Questions
6
votes
3answers
335 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 ...