Disable memory manager for every module

Former-commit-id: 4c6e0a87de57bf55780cc9dfee280cc198d06704
This commit is contained in:
Lynix
2015-09-28 00:41:24 +02:00
parent 6fe20d067a
commit 7db9be3cfb
8 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
// On force la valeur de MANAGE_MEMORY en mode debug
#if defined(NAZARA_DEBUG) && !NAZARA_MODULENAME_MANAGE_MEMORY
#undef NAZARA_MODULENAME_MANAGE_MEMORY
#define NAZARA_MODULENAME_MANAGE_MEMORY 1
#define NAZARA_MODULENAME_MANAGE_MEMORY 0
#endif
#endif // NAZARA_CONFIG_CHECK_MODULENAME_HPP