Commit 7568b3b
committed
Jemalloc : Disable for macOS builds
Jemalloc 3.6.0 is too old to be compatible with macOS 14 & Xcode 15, reporting `configure: error: Unsupported malloc zone version` when configuring the build.
We could build Jemalloc with `--enable-zone-allocator=no` but that would prevent it from acting as the default allocator on macOS. We'd need to update to Jemalloc 5.3.0, or look at alternative allocators.1 parent 639409b commit 7568b3b
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
0 commit comments