mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Revert "Update torqueConfig.h.in"
This reverts commit f624a85ce4c4bb89d9281ddf4f65f5318eab4c01.
This commit is contained in:
parent
8fc91bbc1e
commit
8795a4f330
|
|
@ -53,8 +53,13 @@
|
||||||
/// Define me if you want to enable multithreading support.
|
/// Define me if you want to enable multithreading support.
|
||||||
#cmakedefine TORQUE_MULTITHREAD
|
#cmakedefine TORQUE_MULTITHREAD
|
||||||
|
|
||||||
/// Define me if you want to disable Torque memory manager.
|
|
||||||
#cmakedefine TORQUE_DISABLE_MEMORY_MANAGER
|
#cmakedefine TORQUE_DISABLE_MEMORY_MANAGER
|
||||||
|
/// Define me if you want to disable Torque memory manager.
|
||||||
|
#ifndef TORQUE_ENABLE_ASSERTS
|
||||||
|
#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…
Reference in a new issue