configure eina with VS according to the used mode (debug or release)

SVN revision: 42625
This commit is contained in:
Vincent Torri 2009-09-22 22:28:35 +00:00
parent 8b293c2209
commit 3e74ea2ad3
1 changed files with 6 additions and 0 deletions

View File

@ -21,5 +21,11 @@
#undef EINA_MAGIC_DEBUG
#undef EINA_DEFAULT_MEMPOOL
#undef EINA_SAFETY_CHECKS
#ifndef NDEBUG
# define EINA_MAGIC_DEBUG
# define EINA_SAFETY_CHECKS
#endif
#endif /* EINA_CONFIG_H_ */