Disable jemalloc on Windows

This commit is contained in:
Michael Sproul
2023-01-18 01:09:02 +11:00
parent 44a106a8af
commit f6e2e8e24b

View File

@@ -7,7 +7,7 @@ autotests = false
rust-version = "1.62"
[features]
default = ["slasher-mdbx", "malloc_utils/jemalloc"]
default = ["slasher-mdbx"]
# Writes debugging .ssz files to /tmp during block processing.
write_ssz_files = ["beacon_node/write_ssz_files"]
# Compiles the BLS crypto code so that the binary is portable across machines.