I've tried FauxPas
source code analyzer and it showed me that I am missing -DNDEBUG
flag, with next description:
This argument disables the C standard library assertion macro (as defined in assert.h).
Though, when I check my build settings I found very similar by description flag -DNS_BLOCK_ASSERTIONS=1
.
So I wonder now. Do I really need the flag that FauxPas
suggests or I am fine with the one I have?
NDEBUG
, but I asked aboutDNDEBUG
is it the same? – Agile