From 836ba1515e62dbe2bb56e34c9f4828f99cf0ecb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Tue, 11 Jul 2017 15:53:47 +0300 Subject: [PATCH] Fix tag builds from source to default to Release as intended, instead of RelWithDebInfo. Only incoming sdk should default to RelWithDebInfo (development oriented) --- binaryen-tags.txt | 3 ++- emscripten-tags.txt | 4 +++- emsdk_manifest.json | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/binaryen-tags.txt b/binaryen-tags.txt index ce7aaa1..56ec874 100644 --- a/binaryen-tags.txt +++ b/binaryen-tags.txt @@ -24,4 +24,5 @@ 1.37.10 1.37.11 1.37.12 -1.37.13 \ No newline at end of file +1.37.13 +1.37.14 \ No newline at end of file diff --git a/emscripten-tags.txt b/emscripten-tags.txt index 1b4f87d..2350598 100644 --- a/emscripten-tags.txt +++ b/emscripten-tags.txt @@ -97,4 +97,6 @@ 1.37.10 1.37.11 1.37.12 -1.37.13 \ No newline at end of file +1.37.13 +1.37.14 +1.37.15 \ No newline at end of file diff --git a/emsdk_manifest.json b/emsdk_manifest.json index 20ddd91..a5f8ab4 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -66,7 +66,7 @@ "custom_install_script": "build_fastcomp", "activated_path": "%installation_dir%/%fastcomp_build_bin_dir%", "activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'", - "cmake_build_type": "RelWithDebInfo" + "cmake_build_type": "Release" }, { "id": "clang", @@ -80,7 +80,7 @@ "custom_install_script": "build_fastcomp", "activated_path": "%installation_dir%/%fastcomp_build_bin_dir%", "activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'", - "cmake_build_type": "RelWithDebInfo" + "cmake_build_type": "Release" }, { "id": "clang", @@ -674,7 +674,7 @@ "activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%%generator_prefix%_32bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'", "activated_path": "%installation_dir%", "activated_env": "EMSCRIPTEN=%installation_dir%", - "cmake_build_type": "RelWithDebInfo", + "cmake_build_type": "Release", "custom_install_script": "build_optimizer", "custom_is_installed_script": "is_optimizer_installed", "custom_uninstall_script": "uninstall_optimizer"