summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 0ddf6c3..f153708 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,9 @@
CFLAGS += -Wall
CPPFLAGS += $(shell pkg-config --cflags fuse)
CPPFLAGS += -DFUSE_USE_VERSION=26
-# CPPFLAGS += -DHAVE_XATTR
+
+# CPPFLAGS += -DDISABLE_XATTR # disable xattr support
+# CPPFLAGS += -DDISABLE_AT # disable *at function support
LDFLAGS +=