I have an sln file for compiling c source code. when I compile that in VS2008 in release mode it takes around 4 minutes to compile the code. But in debug mode it take only 1 minute to compile the code. I didn't understand the difference in Release mode and debug mode.
Can anyone help me in this?