Hi,
I just created a new project configuration.
I named it 'Blah' So no 'debug' in it.
Now how does Visual Studio know when to compile a debug file or a release file.
is this merely defined by the DEBUG constant?
Or am I wrong? :)
Thanks
I'm using C#, with Visual Studio 2008.
Thank you for your answers.
I read that I need to define full debug info, how do I do that?
Short: if I define DEBUG, it's a debug build? Right?