1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/testing/mergerfs/makefile-no-debug.patch
Jakub Jirutka 2f90459c07 testing/mergerfs: fix --version and build without -g
Makefile sets mergerfs version based on git tag, but we're in aports
repository...
2017-11-01 21:49:07 +01:00

11 lines
283 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@
TARGET = mergerfs
MANPAGE = $(TARGET).1
FUSE_CFLAGS = -D_FILE_OFFSET_BITS=64 -Ilibfuse/include
-CFLAGS = -g -Wall \
+CFLAGS = -Wall \
$(OPTS) \
-Wno-unused-result \
$(FUSE_CFLAGS) \