summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1fec2c1..585463c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CFLAGS = -Wall -Werror -g -O0 -pthread
#CFLAGS = -Wall -O2
# declare version of FUSE API we want to program against
-CFLAGS += -DFUSE_USE_VERSION=29
+CFLAGS += -DFUSE_USE_VERSION=26
CFLAGS += -D_FILE_OFFSET_BITS=64