aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-03-05 10:19:10 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-03-05 10:23:33 -0800
commit09868ed9110b5ff6575f9f4af0976e3e2313d05e (patch)
treea6af20beace5e5265500394e27008be28cf7035b /tools/shared.py
parent46158be251798bf66417b1ce891ccf2e29e2ec85 (diff)
restore jcache debugging, busted by pull #826
Diffstat (limited to 'tools/shared.py')
-rw-r--r--tools/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py
index 74e4d8f3..9ad227b6 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -1200,7 +1200,7 @@ set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)''' % { 'winfix': '' if not WINDOWS e
return outfile
# compatibility with existing emcc, etc. scripts
-Cache = cache.Cache()
+Cache = cache.Cache(debug=DEBUG_CACHE)
JCache = cache.JCache(Cache)
chunkify = cache.chunkify