summaryrefslogtreecommitdiff
path: root/web2c/contextcnf.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2008-08-04 15:59:00 +0200
committerHans Hagen <pragma@wxs.nl>2008-08-04 15:59:00 +0200
commitf8ba0550d77fd6e2b307ff9dd3175fc0c613b8e2 (patch)
treeae27ca6edd0b2f1bcbe315d241b8152107d4e6a3 /web2c/contextcnf.lua
parent1d63a6eae86a6b78d4563ed60521449e4bf89f3c (diff)
downloadcontext-f8ba0550d77fd6e2b307ff9dd3175fc0c613b8e2.tar.gz
stable 2008.08.04 15:59
Diffstat (limited to 'web2c/contextcnf.lua')
-rw-r--r--web2c/contextcnf.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/web2c/contextcnf.lua b/web2c/contextcnf.lua
index d2708a925..166a7504e 100644
--- a/web2c/contextcnf.lua
+++ b/web2c/contextcnf.lua
@@ -30,7 +30,9 @@
-- not cached.
return {
+-- LUACSTRIP = 'f', -- don't strip luc files (only use this for debugging, otherwise slower loading and bigger cache)
+-- CACHEINTDS = 't', -- keep filedatabase and configuration in tds tree
-- PURGECACHE = 't', -- this saves disk space
--- TEXMFCACHE = 'c:/temp', -- installers can change this
- TEXMFBOGUS = 'It works!', -- a test string
+ TEXMFCACHE = 'c:/temp', -- installers can change this
+-- TEXMFBOGUS = 'It works!', -- a test string
}