diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-05 10:19:10 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-05 10:23:33 -0800 |
commit | 09868ed9110b5ff6575f9f4af0976e3e2313d05e (patch) | |
tree | a6af20beace5e5265500394e27008be28cf7035b /tools/shared.py | |
parent | 46158be251798bf66417b1ce891ccf2e29e2ec85 (diff) |
restore jcache debugging, busted by pull #826
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 2 |
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 |