Possible Duplicate:
Where does the -DNDEBUG normally come from?
I am using assertions in my code, but I don't know if they will trigger, because I don't know if NDEBUG is defined or not. Am I supposed to to specify the -DNDEBUG explicitly during compilation?
Yes. GCC by itself does not set that flag. It is usually set by the makefile generator like Automake, CMake or QMake.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With