summaryrefslogtreecommitdiff
path: root/Makefile.gzip
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-21 15:36:36 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-21 15:36:36 +0200
commit8b11bc66538160f3660249b9959d8b29a141a1d7 (patch)
tree451cb41dd9d88008c80aa4041ea7275478ad1fb6 /Makefile.gzip
parente8d385f17607bbe86204251062039690dfc3979a (diff)
Group feature options that need additional compiler flags in Makefiles, so they can be enable together
Diffstat (limited to 'Makefile.gzip')
-rw-r--r--Makefile.gzip4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.gzip b/Makefile.gzip
new file mode 100644
index 0000000..6e0c066
--- /dev/null
+++ b/Makefile.gzip
@@ -0,0 +1,4 @@
1FEATURES+=-DWANT_COMPRESSION_GZIP
2FEATURES+=-DWANT_COMPRESSION_GZIP_ALWAYS
3
4LDFLAGS+=-lz