app-arch/snappy: clarify the benchmarking options

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2021-06-03 12:12:32 +03:00
parent a16aff8228
commit 3dde3e2aa0

View File

@@ -29,8 +29,8 @@ multilib_src_configure() {
local mycmakeargs=(
-DSNAPPY_BUILD_TESTS=$(usex test)
-DSNAPPY_BUILD_BENCHMARKS=OFF
# we do not want to run benchmarks, and those are only used
# for benchmarks
# Options below are related to benchmarking, that we disable.
-DHAVE_LIBZ=NO
-DHAVE_LIBLZO2=NO
-DHAVE_LIBLZ4=NO