Skip to content

Commit ff02073

Browse files
committed
fixup! mimalloc: offer a build-time option to enable it
Adjust the `Makefile` part for mimalloc v2.2.2. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent eedeb85 commit ff02073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2176,13 +2176,13 @@ ifdef USE_MIMALLOC
21762176
compat/mimalloc/bitmap.o \
21772177
compat/mimalloc/heap.o \
21782178
compat/mimalloc/init.o \
2179+
compat/mimalloc/libc.o \
21792180
compat/mimalloc/options.o \
21802181
compat/mimalloc/os.o \
21812182
compat/mimalloc/page.o \
21822183
compat/mimalloc/random.o \
2183-
compat/mimalloc/prim/windows/prim.o \
2184+
compat/mimalloc/prim/prim.o \
21842185
compat/mimalloc/segment.o \
2185-
compat/mimalloc/segment-cache.o \
21862186
compat/mimalloc/segment-map.o \
21872187
compat/mimalloc/stats.o
21882188

0 commit comments

Comments
 (0)