summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-06 11:35:29 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-06 11:35:29 +0200
commit839629694a0245884f8d72d8573ca75ee33ac391 (patch)
tree63268cace6d0b658c9a5cc4e68fea1f4813d45ba /Makefile
parent51d96fc9fb619c467669468e5d0fc39d18763d75 (diff)
downloadpgfuse-839629694a0245884f8d72d8573ca75ee33ac391.tar.gz
pgfuse-839629694a0245884f8d72d8573ca75ee33ac391.tar.bz2
some argument reading fixes
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