Tagged Questions

6
votes
3answers
3k views

Where does the -DNDEBUG normally come from?

Our build system has somehow changed such that optimized builds are no longer getting the -DNDEBUG added to the compile line. I searched our makefiles and don't find this. So the question is, where ...
0
votes
2answers
223 views

Using #define NDEBUG give me errors in C++

If I define NDEBUG in the top of my main.cpp I get all this errors: 1> All outputs are up-to-date. 1>libcmt.lib(invarg.obj) : error LNK2005: __initp_misc_invarg already defined in ...