Skip to content

Commit 495a9c2

Browse files
authored
-lmimalloc
1 parent 46757cf commit 495a9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GIT_COMMIT := $(shell cat version)
22
CC = clang
33
CFLAGS = -std=gnu99 -Os -D_FILE_OFFSET_BITS=64 -DGIT_COMMIT=\"$(GIT_COMMIT)\" -T data_sections.ld -ffunction-sections -fdata-sections -Wl,--gc-sections -static -Wall -Werror -static-pie
4-
LIBS = -lsquashfuse -lsquashfuse_ll -lzstd -lz -lfuse3
4+
LIBS = -lsquashfuse -lsquashfuse_ll -lzstd -lz -lfuse3 -lmimalloc
55

66
all: runtime
77

0 commit comments

Comments
 (0)