maybe add multiple outputs support to nix flake for jemalloc and hardened_malloc

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-10 20:31:00 -04:00 committed by June
parent 10219a531b
commit a94387dcdc
3 changed files with 124 additions and 4 deletions

View file

@ -326,12 +326,11 @@ default = [
"gzip_compression",
"brotli_compression",
"zstd_compression",
"hardened_malloc",
]
backend_sqlite = ["sqlite"]
backend_rocksdb = ["rocksdb"]
rocksdb = ["rust-rocksdb", "num_cpus"]
jemalloc = ["tikv-jemalloc-ctl", "tikv-jemallocator"]
jemalloc = ["tikv-jemalloc-ctl", "tikv-jemallocator", "rust-rocksdb/jemalloc"]
sqlite = ["rusqlite", "parking_lot", "thread_local", "num_cpus"]
systemd = ["sd-notify"]
sentry_telemetry = ["sentry", "sentry-tracing", "sentry-tower"]