Skip to content

Commit

Permalink
Add note about dynamic linking features
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Sep 17, 2023
1 parent 849c839 commit b3b8aa3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ $ cargo clean
$ cargo build
```

When testing with different LLVM versions locally, you may find it
easier to build with dynamic linking.

```
$ cargo build --features=llvm-sys/prefer-dynamic
```

#### LLVM From Source

You can usually install LLVM from your package manager of
Expand Down

0 comments on commit b3b8aa3

Please sign in to comment.