瀏覽代碼

Update CMakeLists.txt

marauder2k7 2 年之前
父節點
當前提交
149f97119b
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Engine/source/CMakeLists.txt

+ 0 - 2
Engine/source/CMakeLists.txt

@@ -16,8 +16,6 @@ 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")
-# 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.