Browse Source

Update CMakeLists.txt

marauder2k7 2 years ago
parent
commit
4098be88db
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Engine/source/CMakeLists.txt

+ 2 - 1
Engine/source/CMakeLists.txt

@@ -16,7 +16,8 @@ forwardDef(TORQUE_SDL)
 if(TORQUE_TESTING)
 set(TORQUE_COMPILE_DEFINITIONS ${TORQUE_COMPILE_DEFINITIONS} TORQUE_TESTS_ENABLED)
 set(TORQUE_COMPILE_DEFINITIONS ${TORQUE_COMPILE_DEFINITIONS} "_VARIADIC_MAX=10")
-set(TORQUE_COMPILE_DEFINITIONS ${TORQUE_COMPILE_DEFINITIONS} TORQUE_DISABLE_MEMORY_MANAGER)
+# this is not efficient, do not let this define go out in production code.
+set(TORQUE_COMPILE_DEFINITIONS ${TORQUE_COMPILE_DEFINITIONS} "MALLOC_CHECK_=1")
 endif()
 
 # On Windows we disable CRT Security warnings - this comes from recommendations to use non-portable functions.