We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46757cf commit 495a9c2Copy full SHA for 495a9c2
src/runtime/Makefile
@@ -1,7 +1,7 @@
1
GIT_COMMIT := $(shell cat version)
2
CC = clang
3
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
+LIBS = -lsquashfuse -lsquashfuse_ll -lzstd -lz -lfuse3 -lmimalloc
5
6
all: runtime
7
0 commit comments