From 2327ca0d02c2ac2ff1fdaa04eadd229aba7d967a Mon Sep 17 00:00:00 2001 From: Jia Yuan Lo Date: Tue, 23 Mar 2021 01:25:32 +0800 Subject: [PATCH] List "Release" as the default build option This was set back in commit cea44f475af10c6fde85d4906111a39818e3f134 Fixes #760 --- emsdk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emsdk.py b/emsdk.py index 97a3fd225e..bf4986a884 100644 --- a/emsdk.py +++ b/emsdk.py @@ -2806,7 +2806,7 @@ def main(args): --build=: Controls what kind of build of LLVM to perform. Pass either 'Debug', 'Release', 'MinSizeRel' or 'RelWithDebInfo'. Default: - 'RelWithDebInfo'. + 'Release'. --generator=: Specifies the CMake Generator to be used during the build. Possible values are the