Skip to content

Commit

Permalink
README: Remove duplicated info about openssl vendoring (#2157)
Browse files Browse the repository at this point in the history
Closes: #2155
  • Loading branch information
sylvestre committed Apr 22, 2024
1 parent fee2024 commit c8d5ffa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ The list of features can be found in the `Cargo.toml` file, `[features]` section

By default, `sccache` builds with support for all storage backends, but individual backends may be disabled by resetting the list of features and enabling all the other backends. Refer the [Cargo Documentation](http://doc.crates.io/manifest.html#the-features-section) for details on how to select features with Cargo.

Feature `vendored-openssl` can be used to statically link with openssl if feature openssl is enabled.

### Building portable binaries

When building with the `dist-server` feature, `sccache` will depend on OpenSSL, which can be an annoyance if you want to distribute portable binaries. It is possible to statically link against OpenSSL using the `openssl/vendored` feature.
Expand Down

0 comments on commit c8d5ffa

Please sign in to comment.