make jemalloc stats an optional feature

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-08-18 17:36:33 -04:00 committed by Jason Volk
parent 867050df9e
commit 23690fd837
5 changed files with 20 additions and 5 deletions

View file

@ -87,6 +87,9 @@ jemalloc = [
jemalloc_prof = [
"conduit-core/jemalloc_prof",
]
jemalloc_stats = [
"conduit-core/jemalloc_stats",
]
perf_measurements = [
"dep:opentelemetry",
"dep:tracing-flame",