Skip to content

Commit

Permalink
add a note about their mutual exclusivity
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Nov 4, 2024
1 parent 649afd5 commit a911377
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ The feature `bindgen-static` will enable the `static` feature of bindgen, which
links to libclang. This is suitable for musllinux platforms, such as Alpine linux.
To build on Alpine linux for example, build with
`--no-default-features --features bindgen-static,other-features-1,other-features-2`.

Notice that `runtime` and `static` features are mutually exclusive, and won't compile if both enabled.

0 comments on commit a911377

Please sign in to comment.