fix BUILD.md typo (#2375)

build.py: error: argument --config: invalid choice: 'RelWithDebugInfo' (choose from 'Debug', 'MinSizeRel', 'Release', 'RelWithDebInfo')
This commit is contained in:
nihui 2019-11-14 09:48:08 +08:00 committed by George Wu
parent 51571030ef
commit dde410e073

View file

@ -80,7 +80,7 @@ For other system requirements and other dependencies, please see [this section](
|Description|Command|Additional description|
|-----------|-----------|-----------|
|**Basic build**|build.bat (Windows)<br>./build.sh (Linux)||
|**Debug build**|--config RelWithDebugInfo|Debug build|
|**Debug build**|--config RelWithDebInfo|Debug build|
|**Use OpenMP**|--use_openmp|OpenMP will parallelize some of the code for potential performance improvements. This is not recommended for running on single threads.|
|**Build using parallel processing**|--parallel|This is strongly recommended to speed up the build.|
|**Build Shared Library**|--build_shared_lib||