diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-21 15:36:36 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-21 15:36:36 +0200 |
| commit | 8b11bc66538160f3660249b9959d8b29a141a1d7 (patch) | |
| tree | 451cb41dd9d88008c80aa4041ea7275478ad1fb6 /Makefile.zstd | |
| parent | e8d385f17607bbe86204251062039690dfc3979a (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.zstd | 3 |
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 @@ | |||
| 1 | FEATURES+=-DWANT_COMPRESSION_ZSTD | ||
| 2 | #FEATURES+=-DWANT_COMPRESSION_ZSTD_ALWAYS | ||
| 3 | LDFLAGS+=-lzstd | ||
