Use DEBUG instead of NDEBUG

This commit is contained in:
Nathan Letwory
2010-10-18 06:52:10 +00:00
parent 4d37cf90b9
commit a293f76cdf
5 changed files with 19 additions and 19 deletions

View File

@@ -13,7 +13,7 @@
#include "RAS_TexVert.h"
#include "MT_assert.h"
//#ifndef NDEBUG
//#if defined(DEBUG)
//#ifdef WIN32
//#define spit(x) std::cout << x << std::endl;
//#endif //WIN32