aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-20 19:57:20 +0100
committerAlon Zakai <alonzakai@gmail.com>2012-11-21 20:47:02 +0100
commitdb65c00f8e4772fc2f180d3659b054be28872e9c (patch)
tree8cef4111bbc3cbf4310808582f98027413cdbb04 /emcc
parent19f97a1e74b18752e1098c48675a0e35740d7190 (diff)
fix missing jcache passing
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index 965897e2..ccb57df6 100755
--- a/emcc
+++ b/emcc
@@ -1133,7 +1133,7 @@ try:
if DEBUG >= 2:
# Clean up the syntax a bit
- final = shared.Building.js_optimizer(final, [])
+ final = shared.Building.js_optimizer(final, [], jcache)
if DEBUG: save_intermediate('pretty')
def get_eliminate():