gperftools: Don't build benchmarks or tests (#44336)
This commit is contained in:
parent
f60e548a0d
commit
125175ae25
@ -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),
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user