Quantcast
Channel: Compiler option
Browsing latest articles
Browse All 4 View Live

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 Article



Compiler 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 Article

Compiler 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 Article

Compiler option

What's the compiler option to remove all comments? (if there's one). Thanks!

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images