Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #1956 - integer32llc:sadmac, r=jtgeibel
Disable the background_threads jemallocator feature It's not supported on macOS :( ![Sad mac icon](https://user-images.githubusercontent.com/193874/70942958-c20d1880-201d-11ea-88bb-4f4188ce0d36.png) When I try to `cargo run --bin server` on macOS Catalina 10.15.1, I get: ``` $ cargo run --bin server Finished dev [unoptimized + debuginfo] target(s) in 0.51s Running `target/debug/server` <jemalloc>: option background_thread currently supports pthread only memory allocation of 40 bytes failedAbort trap: 6 ``` Leave [the upgrade](#1953) but turn off the `background_threads` feature for now. [Someday we might be able to enable features per-target](rust-lang/cargo#1197), but that day is not today. r? @jtgeibel
- Loading branch information