From 05932293f659c0edfaa0352208ff2a89712b71ac Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 10 Apr 2014 11:56:15 +0100 Subject: Add filesystem based backing store --- Makefile.defaults | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index e11fa1fb6..97793318d 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -86,6 +86,11 @@ NETSURF_HOMEPAGE := "about:welcome" # Valid options: YES, NO NETSURF_USE_LIBICONV_PLUG := YES +# Enable building the source object cache filesystem based backing store. +# implementation. +# Valid options: YES, NO +NETSURF_FS_BACKING_STORE := NO + # Initial CFLAGS. Optimisation level etc. tend to be target specific. CFLAGS := -- cgit v1.2.3