We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41f441 commit 122abb4Copy full SHA for 122abb4
docs/WindowsBuild.md
@@ -120,8 +120,9 @@ cmake --build "S:\b\cmark"
120
### 6. Build LLVM/Clang
121
- This must be done from within a developer command prompt. LLVM and Clang are
122
large projects, so building might take a few hours. Make sure that the build
123
- type (e.g. `Debug`, `Release`, `RelWithDebInfoAssert`) for LLVM/Clang matches the
124
- build type for Swift.
+ type for LLVM/Clang is compatbile with the build type for Swift. That is,
+ either build everything `Debug` or some variant of `Release` (e.g. `Release`,
125
+ `RelWithDebInfo`).
126
```cmd
127
mkdir "S:\b\llvm"
128
pushd "S:\b\llvm"
0 commit comments