I get the following warning when linking against a custom static lib in a release build:
mystat.lib(mystat.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Both the project and the static lib are compiled as release (\GL).
Bookmarks