summaryrefslogtreecommitdiff
path: root/atari/Makefile.defaults
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2014-09-15 23:06:28 +0200
committerOle Loots <ole@monochrom.net>2014-09-15 23:06:28 +0200
commit2c01ca13f26c0991d5d0fece210bcdcb60dbb10c (patch)
tree22a2418925395c90ac72da256e97dedc76d7eadd /atari/Makefile.defaults
parentccac36485701ec99506ba232e07e416ec670dfd2 (diff)
downloadnetsurf-2c01ca13f26c0991d5d0fece210bcdcb60dbb10c.tar.gz
netsurf-2c01ca13f26c0991d5d0fece210bcdcb60dbb10c.tar.bz2
Enabled the filesystem backing store.
Diffstat (limited to 'atari/Makefile.defaults')
-rw-r--r--atari/Makefile.defaults5
1 files changed, 5 insertions, 0 deletions
diff --git a/atari/Makefile.defaults b/atari/Makefile.defaults
index dcdc1d661..211c8e65d 100644
--- a/atari/Makefile.defaults
+++ b/atari/Makefile.defaults
@@ -26,6 +26,11 @@ NETSURF_USE_NSSVG := AUTO
# Valid options: YES, NO
NETSURF_USE_MOZJS := NO
+# Enable building the source object cache filesystem based backing store.
+# implementation.
+# Valid options: YES, NO
+NETSURF_FS_BACKING_STORE := YES
+
# enable true type fonts via freetype2
# Valid options: YES, NO
NETSURF_USE_ATARI_FREETYPE_FONT := YES