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