X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=nfs3%2FMakefile;fp=nfs3%2FMakefile;h=1a5f040bd39cf432e8dcd0559ba77b1786d3852e;hb=9bf82653d36b735f835d78112c067030de77c9c5;hp=59ee50b1d91be6671ba2ff1de061a4f38517b85c;hpb=009b5ac34f0661689082ebeb61cb3a43b0896a55;p=bluesky.git diff --git a/nfs3/Makefile b/nfs3/Makefile index 59ee50b..1a5f040 100644 --- a/nfs3/Makefile +++ b/nfs3/Makefile @@ -1,6 +1,6 @@ PACKAGES=glib-2.0 gthread-2.0 DEBUG=-g -CFLAGS=-O -Wall -D_FILE_OFFSET_BITS=64 $(DEBUG) -I.. \ +CFLAGS=-Wall -D_FILE_OFFSET_BITS=64 $(DEBUG) -I.. \ $(shell pkg-config --cflags $(PACKAGES)) LDFLAGS=$(DEBUG) $(shell pkg-config --libs $(PACKAGES))