Small updates
This commit is contained in:
parent
c9d96bbdca
commit
ec2da18050
@ -292,6 +292,7 @@ target_link_libraries(TeaSpeakServer
|
|||||||
openssl::crypto::shared
|
openssl::crypto::shared
|
||||||
dl
|
dl
|
||||||
z
|
z
|
||||||
|
rt # For clock_gettime
|
||||||
)
|
)
|
||||||
|
|
||||||
#check_include_file(mysql.h HAVE_MYSQL_MYSQL_H)
|
#check_include_file(mysql.h HAVE_MYSQL_MYSQL_H)
|
||||||
@ -306,7 +307,7 @@ set(DISABLE_JEMALLOC ON)
|
|||||||
if (NOT DISABLE_JEMALLOC)
|
if (NOT DISABLE_JEMALLOC)
|
||||||
target_link_libraries(TeaSpeakServer
|
target_link_libraries(TeaSpeakServer
|
||||||
jemalloc
|
jemalloc
|
||||||
)
|
)
|
||||||
add_definitions(-DHAVE_JEMALLOC)
|
add_definitions(-DHAVE_JEMALLOC)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user