diff options
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 |