No longer use FSYNC_ALL by default, we do not have the stability problems

with the system as we once did.  This should greatly increase the speed
of rcs and therefore cvs.
This commit is contained in:
Rodney W. Grimes 1994-05-14 07:02:40 +00:00
parent 9200d155f1
commit bb30c9992f

View File

@ -1,6 +1,6 @@
# Define FSYNC_ALL to get slower but safer writes in case of crashes in
# the middle of CVS/RCS changes
CFLAGS += -DFSYNC_ALL
#CFLAGS += -DFSYNC_ALL
LIB = rcs
SRCS = maketime.c partime.c rcsedit.c rcsfcmp.c rcsfnms.c rcsgen.c \