Skip to content

Commit 41a9cd4

Browse files
authored
Merge pull request #2534 from skrobchik/patch-1
Update installation.md
2 parents 1263fc2 + 7b1cf97 commit 41a9cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/offload/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ First you need to clone and configure the Rust repository:
88
```bash
99
git clone [email protected]:rust-lang/rust
1010
cd rust
11-
./configure --enable-llvm-link-shared --release-channel=nightly --enable-llvm-assertions --enable-offload --enable-enzyme --enable-clang --enable-lld --enable-option-checking --enable-ninja --disable-docs
11+
./configure --enable-llvm-link-shared --release-channel=nightly --enable-llvm-assertions --enable-llvm-offload --enable-llvm-enzyme --enable-clang --enable-lld --enable-option-checking --enable-ninja --disable-docs
1212
```
1313

1414
Afterwards you can build rustc using:

0 commit comments

Comments
 (0)