From 8b11bc66538160f3660249b9959d8b29a141a1d7 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sun, 21 Apr 2024 15:36:36 +0200 Subject: Group feature options that need additional compiler flags in Makefiles, so they can be enable together --- Makefile.gzip | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile.gzip (limited to 'Makefile.gzip') diff --git a/Makefile.gzip b/Makefile.gzip new file mode 100644 index 0000000..6e0c066 --- /dev/null +++ b/Makefile.gzip @@ -0,0 +1,4 @@ +FEATURES+=-DWANT_COMPRESSION_GZIP +FEATURES+=-DWANT_COMPRESSION_GZIP_ALWAYS + +LDFLAGS+=-lz -- cgit v1.2.3