diff options
| author | June McEnroe <june@causal.agency> | 2019-01-07 01:11:20 -0500 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2019-01-07 01:11:20 -0500 |
| commit | 42fcb6656dd9b6c735b09ce61f8ce4e875329c43 (patch) | |
| tree | 2c97aa115e449633218fea5d5be051530fe82f2c /Makefile | |
| parent | madvise MADV_NOCORE in image (diff) | |
| download | torus-42fcb6656dd9b6c735b09ce61f8ce4e875329c43.tar.gz torus-42fcb6656dd9b6c735b09ce61f8ce4e875329c43.zip | |
Compress PNG data in image
kcgi never enables compression for FastCGI.
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 342e292..b1c43b1 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CHROOT_GROUP = $(CHROOT_USER) CFLAGS += -std=c11 -Wall -Wextra -Wpedantic LDFLAGS = -static -LDLIBS = -lcursesw -lutil +LDLIBS = -lcursesw -lutil -lz -include config.mk |