Demallocify md5
[hiphop-php.git] / CMake / Options.cmake
blobab1ce0702706a805b53944e5be2f8b38e43022c2
1 #set(CMAKE_BUILD_TYPE Debug)
3 option(ALWAYS_ASSERT "Enabled asserts in a release build" OFF)
4 option(DEBUG_MEMORY_LEAK "Allow easier debugging of memory leaks" OFF)
5 option(DEBUG_APC_LEAK "Allow easier debugging of apc leaks" OFF)
7 option(HOTPROFILER "Enable support for the hot-profiler" OFF)
8 option(EXECUTION_PROFILER "Enable the execution profiler" OFF)
9 option(ENABLE_FULL_SETLINE "Enable full setline function for debugger and code-coverage" OFF)
11 option(USE_JEMALLOC "Use jemalloc" ON)
13 option(USE_TCMALLOC "Use tcmalloc (if jemalloc is not used)" ON)
14 option(USE_GOOGLE_HEAP_PROFILER "Use Google heap profiler" OFF)
15 option(USE_GOOGLE_CPU_PROFILER "Use Google cpu profiler" OFF)