summaryrefslogtreecommitdiff
path: root/Makefile.zstd
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.zstd
parente8d385f17607bbe86204251062039690dfc3979a (diff)
Group feature options that need additional compiler flags in Makefiles, so they can be enable together
Diffstat (limited to 'Makefile.zstd')
-rw-r--r--Makefile.zstd3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.zstd b/Makefile.zstd
new file mode 100644
index 0000000..2bb56be
--- /dev/null
+++ b/Makefile.zstd
@@ -0,0 +1,3 @@
1FEATURES+=-DWANT_COMPRESSION_ZSTD
2#FEATURES+=-DWANT_COMPRESSION_ZSTD_ALWAYS
3LDFLAGS+=-lzstd