Fixed flushing dirty data and compressed the cache size

This commit is contained in:
Takeshi Nakatani
2020-11-03 06:42:03 +00:00
committed by Andrew Gaul
parent 852e6ee4c6
commit d9f6469b7b
6 changed files with 115 additions and 3 deletions

View File

@ -32,6 +32,7 @@ AC_PROG_CC
AC_CHECK_HEADERS([sys/xattr.h])
AC_CHECK_HEADERS([attr/xattr.h])
AC_CHECK_HEADERS([sys/extattr.h])
AC_CHECK_FUNCS([fallocate])
CXXFLAGS="$CXXFLAGS -Wall -fno-exceptions -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2"