Skip to content

Commit

Permalink
Add no-llvm-linking feature to prevent linking LLVM while building
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Dec 11, 2019
1 parent 671a3ec commit 643f9d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ llvm5-0 = []
llvm6-0 = []
llvm7-0 = []
llvm8-0 = []
# Don't link aganist LLVM libraries. This is useful if another dependency is
# installing LLVM. See llvm-sys for more details.
no-llvm-linking = ["llvm-sys/no-llvm-linking"]
target-x86 = []
target-arm = []
target-mips = []
Expand Down

0 comments on commit 643f9d3

Please sign in to comment.