Fix up current time computation (ensure 64-bit math is used).
[bluesky.git] / nfs3 / Makefile
index 59ee50b..1a5f040 100644 (file)
@@ -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))