vectorscan: don't build benchmarks (#429051)

This commit is contained in:
Aleksana
2025-08-01 17:02:21 +08:00
committed by GitHub
+1
View File
@@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
# For generic builds (e.g. x86_64) this can mean using an implementation not optimized for the
# potentially available more modern hardware extensions (e.g. x86_64 with AVX512).
cmakeFlags = [
"-DBUILD_BENCHMARKS=OFF"
(if enableShared then "-DBUILD_SHARED_LIBS=ON" else "BUILD_STATIC_LIBS=ON")
]
++ (