diff --git a/BUILD.md b/BUILD.md index c91a85f25d..76aae2e759 100644 --- a/BUILD.md +++ b/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)
./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||