Define extra sanity checks if not a release
This commit is contained in:
@@ -584,7 +584,9 @@ typedef unsigned char uchar;
|
|||||||
|
|
||||||
/* EXTRA_SANITY_CHECKS adds extra impossible calls,
|
/* EXTRA_SANITY_CHECKS adds extra impossible calls,
|
||||||
* probably not useful for normal play */
|
* probably not useful for normal play */
|
||||||
/* #define EXTRA_SANITY_CHECKS */
|
#if (NH_DEVEL_STATUS != NH_STATUS_RELEASED)
|
||||||
|
#define EXTRA_SANITY_CHECKS
|
||||||
|
#endif
|
||||||
|
|
||||||
/* BREADCRUMBS employs the use of predefined compiler macros
|
/* BREADCRUMBS employs the use of predefined compiler macros
|
||||||
* __FUNCTION__ and __LINE__ to store some caller breadcrumbs
|
* __FUNCTION__ and __LINE__ to store some caller breadcrumbs
|
||||||
|
|||||||
Reference in New Issue
Block a user