mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-02 20:10:32 +00:00
update
revert console.h to best working version wrap includes around the TORQUE_DISABLE_MEMORY_MANAGER macro in torqueConfig.h.in add check for whether we are in release and make sure TORQUE_DISABLE_MEMORY_MANAGER is defined.
This commit is contained in:
parent
cb7dab4052
commit
5cc2abc9ae
3 changed files with 20 additions and 6 deletions
|
|
@ -56,6 +56,10 @@
|
|||
/// Define me if you want to disable Torque memory manager.
|
||||
#cmakedefine TORQUE_DISABLE_MEMORY_MANAGER
|
||||
|
||||
#ifdef TORQUE_RELEASE
|
||||
#define TORQUE_DISABLE_MEMORY_MANAGER
|
||||
#endif
|
||||
|
||||
/// Define me if you want to disable the virtual mount system.
|
||||
#cmakedefine TORQUE_DISABLE_VIRTUAL_MOUNT_SYSTEM
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue