diff options
author | Marius <mariausol@gmail.com> | 2010-10-18 12:40:11 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2010-10-18 12:40:11 +0300 |
commit | 8009e0ec2449002df344f784da9fe6846abc774f (patch) | |
tree | cd39782dfd7bbf7a3a30f157ba763bfd9425043c /web2c | |
parent | 406cef06476f30c68f58cb5074efb10f79de129f (diff) | |
download | context-8009e0ec2449002df344f784da9fe6846abc774f.tar.gz |
beta 2010.10.18 11:11
Diffstat (limited to 'web2c')
-rw-r--r-- | web2c/contextcnf.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web2c/contextcnf.lua b/web2c/contextcnf.lua index 7d2edb6fd..53b4086a2 100644 --- a/web2c/contextcnf.lua +++ b/web2c/contextcnf.lua @@ -9,9 +9,6 @@ return { content = { - -- LUACSTRIP = 'f', - -- PURGECACHE = 't', - TEXMFCACHE = "$SELFAUTOPARENT/texmf-cache", TEXMFOS = "$SELFAUTODIR", @@ -113,6 +110,8 @@ return { mplib_texerrors = "yes", -- fonts_otf_loader_method = "table", -- table mixed sparse -- fonts_otf_loader_cleanup = "0", -- 0 1 2 3 + system_compile_cleanup = "no", -- remove tma files + system_compile_strip = "yes", -- strip tmc files }, experiments = { |