Skip to content

Commit

Permalink
fix doc:#1398 stop passing --cfg ndebug and uses -C debug-assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
XuefengWu committed May 2, 2015
1 parent f6574c5 commit 5d963d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liblog/macros.rs
Expand Up @@ -136,7 +136,7 @@ macro_rules! info {
}

/// A convenience macro for logging at the debug log level. This macro can also
/// be omitted at compile time by passing `--cfg ndebug` to the compiler. If
/// be omitted at compile time by passing `-C debug-assertions` to the compiler. If
/// this option is not passed, then debug statements will be compiled.
///
/// # Examples
Expand Down

0 comments on commit 5d963d2

Please sign in to comment.