mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
fix BUILD.md typo (#2375)
build.py: error: argument --config: invalid choice: 'RelWithDebugInfo' (choose from 'Debug', 'MinSizeRel', 'Release', 'RelWithDebInfo')
This commit is contained in:
parent
51571030ef
commit
dde410e073
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
|
@ -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||
|
||||
|
|
|
|||
Loading…
Reference in a new issue