I am working with a large code base that has a bunch of debugging code in #ifndef NDEBUG blocks.
I notice that my CW project is passing -DNDEBUG to gcc on the command line. I want to suppress this for my newly created target. Where do I go in the project to disable this (or enable this to be suppressed) ?
Thanks in advance,
greg.fenton
