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 0e73929 commit 90b38faCopy full SHA for 90b38fa
src/Makefile
@@ -15,7 +15,7 @@ release: CFLAGS += -DRELEASE -O2 -march=native
15
release: clean $(EXEC)
16
17
production: CFLAGS += -DRELEASE -O2
18
-production: LDFLAGS = -rdynamic -static -lhiredis -lunwind -lfuse3 -lpthread -ldl -llzma -pg
+production: LDFLAGS = -rdynamic -static -lhiredis -lunwind -lfuse3 -lpthread -ldl -llzma
19
production: all
20
21
$(EXEC): $(OBJ)
0 commit comments