diff options
author | Hans Hagen <pragma@wxs.nl> | 2010-10-18 11:11:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2010-10-18 11:11:00 +0200 |
commit | ec84960ca720596a893b4e8c3e127f7aab571f10 (patch) | |
tree | 196b3917e79ad0dd2d410fcc61aef49faede29bb /web2c | |
parent | ce89840000bacc1d01ad2b4a2a799901d825eb12 (diff) | |
download | context-ec84960ca720596a893b4e8c3e127f7aab571f10.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 = { |