diff --git a/src/runtime/Makefile b/src/runtime/Makefile index b5be559..9999a64 100644 --- a/src/runtime/Makefile +++ b/src/runtime/Makefile @@ -1,5 +1,5 @@ CC = gcc -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 -fPIE +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 LIBS = -lsquashfuse -lsquashfuse_ll -lzstd -lz -lfuse3 all: runtime