summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-05-16 09:57:09 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-05-16 09:57:09 +0100
commitaa846653c23cb25581780184e8afd76a23a26735 (patch)
tree9feeb061e62d285aedddbc815379a64e472dd04a
parent11f03cae0cf5d4d83a7cb0e6f414113242b34b40 (diff)
downloadnetsurf-aa846653c23cb25581780184e8afd76a23a26735.tar.gz
netsurf-aa846653c23cb25581780184e8afd76a23a26735.tar.bz2
Tentatively enable the fs cache backing store
-rw-r--r--amiga/Makefile.defaults4
1 files changed, 4 insertions, 0 deletions
diff --git a/amiga/Makefile.defaults b/amiga/Makefile.defaults
index 2134e8373..20022bb98 100644
--- a/amiga/Makefile.defaults
+++ b/amiga/Makefile.defaults
@@ -26,6 +26,10 @@ NETSURF_USE_AMIGA_DATATYPES := YES
# Valid options: YES, NO
NETSURF_USE_NSSVG := YES
+# Enable building the source object cache filesystem based backing store.
+# Valid options: YES, NO
+NETSURF_FS_BACKING_STORE := YES
+
# Enable NetSurf's use of Spidermonkey 1.80+
# Only here to stop the build complaining;
# enable NETSURF_USE_MOZJS instead for JavaScript support