summaryrefslogtreecommitdiff
path: root/inc.mak
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-05-06 12:51:36 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-05-06 12:51:36 +0200
commitbc26616b1af435f7c7509ff3f5b70bc3991015b2 (patch)
tree11fd917530d860b3e59bc5d2075729a90f464a72 /inc.mak
parentb80d19d023149d81fc80ff873d96cf14617db06d (diff)
downloadpgfuse-bc26616b1af435f7c7509ff3f5b70bc3991015b2.tar.gz
pgfuse-bc26616b1af435f7c7509ff3f5b70bc3991015b2.tar.bz2
added mount option blocksize, can be set when creating the filsystem
(first write), schema.sql doesn't contain block size information anymore
Diffstat (limited to 'inc.mak')
-rw-r--r--inc.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc.mak b/inc.mak
index 7238599..df1e48c 100644
--- a/inc.mak
+++ b/inc.mak
@@ -1,9 +1,9 @@
CC=gcc
# for debugging
-#CFLAGS = -Wall -Werror -g -O0 -pthread
+CFLAGS = -Wall -Werror -g -O0 -pthread
# for releasing
-CFLAGS = -Wall -O2
+#CFLAGS = -Wall -O2
# redhat has libpq-fe.h and fuse.h in /usr/include, ok