sitekmfk.blogg.se

Visual studio 2017
Visual studio 2017





visual studio 2017

On the command line, the linker does the right thing by default if you've set /GL, but I would set it in the IDE anyway just to be sure, especially if you've set other non-default linker options.Įdit because I forgot to add that the /LTCG:incremental switch is a reasonable if confusingly-named choice for the Link Time Code Generation property, too. If you enable it, you should also enable Link Time Code Generation (the /LTCG linker option) on the Configuration Properties > Linker > Optimization page. Whole Program Optimization is the /GL compiler option, found in your project's Property Pages dialog under Configuration Properties > C/C++ > Optimization at the end of the list. These options have been around with these names for a long time.







Visual studio 2017