LNK4075: ignoring ‘/EDITANDCONTINUE’ due to ‘/OPT:ICF’ specification
I recently converted a multi-project Visual Studio solution to use .dlls instead of .libs for each of the projects. However, I now get a linker warning for each project as stated in the example. …