summaryrefslogtreecommitdiff
path: root/amiga/Makefile.defaults
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-19 23:34:53 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-19 23:34:53 +0000
commit75623179aa7a0259477ef93dcd2a3562c4884c74 (patch)
tree900e55b6dfea5448dbf20209ed3692a08a50e0e7 /amiga/Makefile.defaults
parent69f4397fe4c438063ac6b80e43749b5de10a4e68 (diff)
downloadnetsurf-75623179aa7a0259477ef93dcd2a3562c4884c74.tar.gz
netsurf-75623179aa7a0259477ef93dcd2a3562c4884c74.tar.bz2
Revert "Write out to the backing store asynchronously."
This reverts commit 1ddf8215cfde443a48043274cef17e45c68f0c91. Appears to be unsafe to run this in a new process.
Diffstat (limited to 'amiga/Makefile.defaults')
-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