From bc26616b1af435f7c7509ff3f5b70bc3991015b2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 6 May 2012 12:51:36 +0200 Subject: added mount option blocksize, can be set when creating the filsystem (first write), schema.sql doesn't contain block size information anymore --- inc.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc.mak') 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 -- cgit v1.2.3-54-g00ecf