mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
Implemented gperftools support
it allows you to profile cpu/memory under unix systems
This commit is contained in:
@@ -75,6 +75,11 @@ if( UNIX )
|
||||
find_package(Readline)
|
||||
find_package(ZLIB)
|
||||
find_package(BZip2)
|
||||
|
||||
if ( WITH_PERFTOOLS )
|
||||
find_package(Gperftools)
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
||||
if(NOT WITHOUT_GIT)
|
||||
|
||||
Reference in New Issue
Block a user