MXS-1633 Turn off collecting of sqlite3 memstats
According to customer reports collecting the statistics has a significant impact on the performance. As we don't need that information we can just as well turn off that. Further, since maxscale-common now links to the sqlite3-library, no module needs to do that explicitly.
This commit is contained in:
@ -73,6 +73,7 @@ target_link_libraries(maxscale-common
|
||||
z
|
||||
rt
|
||||
m
|
||||
sqlite3
|
||||
stdc++
|
||||
gnutls
|
||||
gcrypt
|
||||
|
Reference in New Issue
Block a user