Enable ASSERT() for *NIX debug builds

refs #7634
This commit is contained in:
Gunnar Beutner 2014-11-11 14:07:25 +01:00
parent 788ec26d64
commit a5a869f390
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@
# pragma warning(disable:4345)
#endif /* _MSC_VER */
#ifndef NDEBUG
# define _DEBUG
#endif /* NDEBUG */
#include "config.h"
#ifdef _WIN32