Skip to content

Commit 90b38fa

Browse files
committed
makefile: avoid profiling on production
1 parent 0e73929 commit 90b38fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ release: CFLAGS += -DRELEASE -O2 -march=native
1515
release: clean $(EXEC)
1616

1717
production: CFLAGS += -DRELEASE -O2
18-
production: LDFLAGS = -rdynamic -static -lhiredis -lunwind -lfuse3 -lpthread -ldl -llzma -pg
18+
production: LDFLAGS = -rdynamic -static -lhiredis -lunwind -lfuse3 -lpthread -ldl -llzma
1919
production: all
2020

2121
$(EXEC): $(OBJ)

0 commit comments

Comments
 (0)