List "Release" as the default build option (#770)

This was set back in commit cea44f475a

Fixes #760
This commit is contained in:
Jia Yuan Lo
2021-03-23 02:36:54 +08:00
committed by GitHub
parent 848260ed58
commit b85548d0dd

View File

@@ -2806,7 +2806,7 @@ def main(args):
--build=<type>: Controls what kind of build of LLVM to --build=<type>: Controls what kind of build of LLVM to
perform. Pass either 'Debug', 'Release', perform. Pass either 'Debug', 'Release',
'MinSizeRel' or 'RelWithDebInfo'. Default: 'MinSizeRel' or 'RelWithDebInfo'. Default:
'RelWithDebInfo'. 'Release'.
--generator=<type>: Specifies the CMake Generator to be used --generator=<type>: Specifies the CMake Generator to be used
during the build. Possible values are the during the build. Possible values are the