There is the legacy native c++ project. In the Command Line Property Pages, the /DPROFILE is added as the additional option. I want to remove it. But I don’t know if it is safe. I searched the everywhere. Unfortunately I didn’t find the explanation regarding /DPROFILE and /UPROFILE. Does anybody the MSDN know page regarding them? And what are they used for?
Share
/DPROFILEdefines a macro calledPROFILEwith an empty expansion./UPROFILE“undefs” a macro calledPROFILE. I don’t believe thatPROFILEhas any special meaning for the Visual Studio toolchain.