gperftools: Don't build benchmarks or tests (#44336)

This commit is contained in:
Mikael Simberg 2024-05-23 14:55:52 +02:00 committed by GitHub
parent f60e548a0d
commit 125175ae25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,8 @@ def cmake_args(self):
),
self.define_from_variant("GPERFTOOLS_BUILD_DEBUGALLOC", "debugalloc"),
self.define_from_variant("gperftools_enable_libunwind", "libunwind"),
self.define("gperftools_build_benchmark", False),
self.define("BUILD_TESTING", False),
]