I'm sorry if this is the wrong place to ask, but I figure since it's a C++ IDE it's probably qualified...
How do I compile my program without all the extra debugging stuff in Dev-C++?
I looked through it but I can't find any way to do this... I know in MSVC++ you can do this by using "build Release version" or something like that, but I can't stand msvc++ so I'm now using Dev-C++. I know there has to be a way though...
I tired everything in the Execute menu... no luck on that.
Any ideas?