Enable datasketches

This commit is contained in:
Pavel Kruglov 2021-04-09 19:14:52 +03:00
parent f17719d62e
commit eb4403c572

View File

@ -206,6 +206,7 @@ function run_cmake
"-DENABLE_THINLTO=0"
"-DUSE_UNWIND=1"
"-DENABLE_NURAFT=1"
"-DENABLE_DATASKETCHES=1"
)
# TODO remove this? we don't use ccache anyway. An option would be to download it