configure eina with VS according to the used mode (debug or release)
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 22 Sep 2009 22:28:35 +0000 (22:28 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 22 Sep 2009 22:28:35 +0000 (22:28 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@42625 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

win32/common/eina_config.h

index a37a070..1e584ff 100644 (file)
 
 #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_ */