mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
Fix typo in docs/GettingStarted.rst.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182496 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5da4e4f3b1
commit
e0f26bc008
@ -81,7 +81,7 @@ Here's the short story for getting up and running quickly with LLVM:
|
||||
|
||||
* ``make [-j]`` --- The ``-j`` specifies the number of jobs (commands) to run
|
||||
simultaneously. This builds both LLVM and Clang for Debug+Asserts mode.
|
||||
The ``--enabled-optimized`` configure option is used to specify a Release
|
||||
The ``--enable-optimized`` configure option is used to specify a Release
|
||||
build.
|
||||
|
||||
* ``make check-all`` --- This run the regression tests to ensure everything
|
||||
|
Loading…
Reference in New Issue
Block a user