We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1163005 commit d5bd85bCopy full SHA for d5bd85b
boring/src/lib.rs
@@ -61,6 +61,13 @@
61
//! Note that `BORING_BSSL_PRECOMPILED_BCM_O` is never used, as linking BoringSSL with precompiled non-FIPS
62
//! module is not supported.
63
//!
64
+//! ## Linking with a C++ standard library
65
+//!
66
+//! Recent versions of boringssl require some C++ standard library features, so boring needs to link
67
+//! with a STL implementation. This can be controlled using the BORING_BSSL_RUST_CPPLIB variable. If
68
+//! no library is specified, libc++ is used on macOS and iOS whereas libstdc++ is used on other Unix
69
+//! systems.
70
71
//! # Optional patches
72
73
//! ## Raw Public Key
0 commit comments