aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mergerfs/makefile-no-debug.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mergerfs/makefile-no-debug.patch')
-rw-r--r--testing/mergerfs/makefile-no-debug.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/mergerfs/makefile-no-debug.patch b/testing/mergerfs/makefile-no-debug.patch
deleted file mode 100644
index 02b93cb786..0000000000
--- a/testing/mergerfs/makefile-no-debug.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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) \