Visual Studio: how does VS decide to build a release or debug exe
- by Snake
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