mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
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:
parent
9200d155f1
commit
bb30c9992f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue