|
@ -456,6 +456,10 @@ impl Config { |
|
|
///
|
|
|
///
|
|
|
/// The given library name must not contain the `lib` prefix.
|
|
|
/// The given library name must not contain the `lib` prefix.
|
|
|
///
|
|
|
///
|
|
|
|
|
|
/// Common values:
|
|
|
|
|
|
/// - `stdc++` for GNU
|
|
|
|
|
|
/// - `c++` for Clang
|
|
|
|
|
|
///
|
|
|
/// # Example
|
|
|
/// # Example
|
|
|
///
|
|
|
///
|
|
|
/// ```no_run
|
|
|
/// ```no_run
|
|
@ -491,6 +495,10 @@ impl Config { |
|
|
///
|
|
|
///
|
|
|
/// The given library name must not contain the `lib` prefix.
|
|
|
/// The given library name must not contain the `lib` prefix.
|
|
|
///
|
|
|
///
|
|
|
|
|
|
/// Common values:
|
|
|
|
|
|
/// - `stdc++` for GNU
|
|
|
|
|
|
/// - `c++` for Clang
|
|
|
|
|
|
///
|
|
|
/// # Example
|
|
|
/// # Example
|
|
|
///
|
|
|
///
|
|
|
/// ```no_run
|
|
|
/// ```no_run
|
|
|