Skip to content

Commit b85548d

Browse files
authored
List "Release" as the default build option (#770)
This was set back in commit cea44f4 Fixes #760
1 parent 848260e commit b85548d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emsdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2806,7 +2806,7 @@ def main(args):
28062806
--build=<type>: Controls what kind of build of LLVM to
28072807
perform. Pass either 'Debug', 'Release',
28082808
'MinSizeRel' or 'RelWithDebInfo'. Default:
2809-
'RelWithDebInfo'.
2809+
'Release'.
28102810
28112811
--generator=<type>: Specifies the CMake Generator to be used
28122812
during the build. Possible values are the

0 commit comments

Comments
 (0)