summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ecd4c87..71b58f3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
all: pgfuse
# for debugging
-CFLAGS = -Wall -Wextra -pedantic -g
+CFLAGS = -Wall -g -O0
# for releasing
-CFLAGS = -Wall
+#CFLAGS = -Wall -O2
# declare version of FUSE API we want to program against
CFLAGS += -DFUSE_USE_VERSION=26