I'm using MSbuild class for compile visual studio 2010 projects from module of my programm. But I can't find how to tell compiler which optimization flags it must use. There is only Optimize property on MSBuild and only tag at .vcxproj file. But I want to play with such compiler switch like /Os /Ot /Oi etc. How to do that?
Asked
Active
Viewed 1,608 times