mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Update torqueConfig.h.in
This commit is contained in:
parent
0ba8d6102d
commit
a993b72881
1 changed files with 1 additions and 6 deletions
|
|
@ -53,13 +53,8 @@
|
||||||
/// Define me if you want to enable multithreading support.
|
/// Define me if you want to enable multithreading support.
|
||||||
#cmakedefine TORQUE_MULTITHREAD
|
#cmakedefine TORQUE_MULTITHREAD
|
||||||
|
|
||||||
#cmakedefine TORQUE_DISABLE_MEMORY_MANAGER
|
|
||||||
/// Define me if you want to disable Torque memory manager.
|
/// Define me if you want to disable Torque memory manager.
|
||||||
#ifndef TORQUE_ENABLE_ASSERTS
|
#cmakedefine TORQUE_DISABLE_MEMORY_MANAGER
|
||||||
#ifdef TORQUE_DISABLE_MEMORY_MANAGER
|
|
||||||
#undef TORQUE_DISABLE_MEMORY_MANAGER
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/// Define me if you want to disable the virtual mount system.
|
/// Define me if you want to disable the virtual mount system.
|
||||||
#cmakedefine TORQUE_DISABLE_VIRTUAL_MOUNT_SYSTEM
|
#cmakedefine TORQUE_DISABLE_VIRTUAL_MOUNT_SYSTEM
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue