Browse Source

Document common values for std libs

cmd
opilarium 8 years ago
parent
commit
f8d11980bb
  1. 8
      src/lib.rs

8
src/lib.rs

@ -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

Loading…
Cancel
Save