add timeout to test
[hiphop-php.git] / CMake / Options.cmake
blobbe972c8a0ffcbea50741094c113b9062716a5aa0
1 #set(CMAKE_BUILD_TYPE Debug)
3 option(ENABLE_LATE_STATIC_BINDING "Enable Late Static Binding" ON)
5 option(INFINITE_LOOP_DETECTION "Enable Infinite Loop Detection" ON)
6 option(INFINITE_RECURSION_DETECTION "Enable Infinite Recursion Detection" ON)
7 option(REQUEST_TIMEOUT_DETECTION "Enable Timeout Detection" ON)
9 option(ALWAYS_ASSERT "Enabled asserts in a release build" OFF)
10 option(DEBUG_MEMORY_LEAK "Allow easier debugging of memory leaks" OFF)
11 option(DEBUG_APC_LEAK "Allow easier debugging of apc leaks" OFF)
13 option(HOTPROFILER "Enable support for the hot-profiler" OFF)
14 option(HOTPROFILER_NO_BUILTIN "Don't consider builtins for the hot-profiler" OFF)
15 option(EXECUTION_PROFILER "Enable the execution profiler" OFF)
16 option(ENABLE_FULL_SETLINE "Enable full setline function for debugger and code-coverage" OFF)
18 option(WANT_FB_LIBMCC "want FB Memcache" OFF)
20 option(USE_JEMALLOC "Use jemalloc" ON)
22 option(USE_TCMALLOC "Use tcmalloc (if jemalloc is not used)" ON)
23 option(USE_GOOGLE_HEAP_PROFILER "Use Google heap profiler" OFF)
24 option(USE_GOOGLE_CPU_PROFILER "Use Google cpu profiler" OFF)