CMake option: DEBUGREC

stable-5.1
Sven Eberhardt 2010-03-21 22:40:37 +01:00
parent 8a7acb0d59
commit 7c118604c4
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ if(NOT USE_GL AND NOT USE_DIRECTX)
SET(USE_CONSOLE ON CACHE INTERNAL "Build dedicated server")
endif()
option(BUILD_TO_PLANET "Put build files to ./planet/" OFF)
option(DEBUGREC "Debug records" OFF)
############################################################################
# Check for compiler quirks and features