From f1998bb1248dac6ce27b880aa0851bc66905806d Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 25 Jun 2019 18:02:50 -0700 Subject: [PATCH] Use the bundled optimizer[.exe], which the releases builds contain already (#289) --- emsdk_manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index 376415a..f1d69e1 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -183,7 +183,7 @@ "zipfile_prefix": "%releases-tag%-", "install_path": "fastcomp", "activated_path": "%installation_dir%/emscripten", - "activated_cfg": "LLVM_ROOT='%installation_dir%/fastcomp/bin';BINARYEN_ROOT='%installation_dir%'", + "activated_cfg": "LLVM_ROOT='%installation_dir%/fastcomp/bin';BINARYEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/bin/optimizer%.exe%'", "emscripten_releases_hash": "%releases-tag%", "pregenerated_cache": "asmjs" },