gbenchmark: enable strictDeps

This commit is contained in:
Stefan Frijters
2026-08-14 00:17:48 +02:00
parent 4d37b9033e
commit 643d4dd169

View File

@@ -38,6 +38,8 @@ stdenv.mkDerivation (finalAttrs: {
nativeCheckInputs = lib.optionals (glibcLocales != null) [ glibcLocales ];
strictDeps = true;
cmakeFlags = [
(lib.cmakeBool "BENCHMARK_USE_BUNDLED_GTEST" false)
(lib.cmakeBool "BENCHMARK_ENABLE_WERROR" false)