1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix typo in docs/GettingStarted.rst.

llvm-svn: 182496
This commit is contained in:
Rui Ueyama 2013-05-22 18:09:39 +00:00
parent 2c2b6260de
commit 14683e5753

View File

@ -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