↧
Compiler option
I don't believe comments change the size of the binary produced. If you are not talking about comments then the answer is no.Thanks, Ayman Shoukry VC++ Team
View ArticleCompiler option
Yes, the /* */ and //. Under Linux/Unix, there's a "strip" ultility that does that. What about when you complie MFC with static DLL link. The file is really big. Is there a way to strip out the...
View ArticleCompiler option
If you are speaking about a switch that actually strips out the code comments (that start with /* or //) then I don't believe there is one.On the other side, you can use the compiler switch /P which...
View ArticleCompiler option
What's the compiler option to remove all comments? (if there's one). Thanks!
View Article