mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-23 11:04:49 +00:00
Docs: Fix pluralization in CMake docs
Fixed "most platform" to read "most platforms", and changed "are not using the same" to "use different" as a drive-by. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303487 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fb8d01efbe
commit
40549e6094
@ -186,8 +186,8 @@ CMake manual, or execute ``cmake --help-variable VARIABLE_NAME``.
|
||||
Sets the build type for ``make``-based generators. Possible values are
|
||||
Release, Debug, RelWithDebInfo and MinSizeRel. If you are using an IDE such as
|
||||
Visual Studio, you should use the IDE settings to set the build type.
|
||||
Be aware that Release and RelWithDebInfo are not using the same optimization
|
||||
level on most platform.
|
||||
Be aware that Release and RelWithDebInfo use different optimization levels on
|
||||
most platforms.
|
||||
|
||||
**CMAKE_INSTALL_PREFIX**:PATH
|
||||
Path where LLVM will be installed if "make install" is invoked or the
|
||||
|
Loading…
x
Reference in New Issue
Block a user