Implemented gperftools support

it allows you to profile cpu/memory under unix systems
This commit is contained in:
Yehonal
2017-03-11 02:49:48 +01:00
parent 693dc56bf1
commit b522a0cb72
5 changed files with 67 additions and 0 deletions

View File

@@ -5,5 +5,6 @@ option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts"
option(USE_COREPCH "Use precompiled headers when compiling servers" 1)
option(WITH_WARNINGS "Show all warnings during compile" 0)
option(WITH_COREDEBUG "Include additional debug-code in core" 0)
option(WITH_PERFTOOLS "Enable compilation with gperftools libraries included" 0)
option(WITH_MESHEXTRACTOR "Build meshextractor (alpha)" 0)
option(WITHOUT_GIT "Disable the GIT testing routines" 0)