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.gzip | |
| parent | e8d385f17607bbe86204251062039690dfc3979a (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.gzip | 4 |
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 @@ | |||
| 1 | FEATURES+=-DWANT_COMPRESSION_GZIP | ||
| 2 | FEATURES+=-DWANT_COMPRESSION_GZIP_ALWAYS | ||
| 3 | |||
| 4 | LDFLAGS+=-lz | ||
