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