Debug mode and no debug mode gives different result

Hi,

I did some modification on the code and found that when I run the code using gdb mode (debug mode) and the release mode, it gives me different result.

This is very hard for me to understand. After all, I only changed one line in makefile: from "USE_DEBUG=NO" to "USE_DEBUG=YES".

Anyone have any experience on why this could happen?

Thanks.

Comments

Sign In or Register to comment.