Skip to content

Commit

Permalink
Auto merge of #1685 - mbrubeck:ndebug, r=alexcrichton
Browse files Browse the repository at this point in the history
The "ndebug" cfg directive was removed in #1444.
  • Loading branch information
bors committed Jun 4, 2015
2 parents 73bca79 + 2a9a760 commit 94de9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ along with the defaults for each profile.
# The development profile, used for `cargo build`
[profile.dev]
opt-level = 0 # Controls the --opt-level the compiler builds with
debug = true # Controls whether the compiler passes -g or `--cfg ndebug`
debug = true # Controls whether the compiler passes `-g`
rpath = false # Controls whether the compiler passes `-C rpath`
lto = false # Controls `-C lto` for binaries and staticlibs
debug-assertions = true # Controls whether debug assertions are enabled
Expand Down

0 comments on commit 94de9ec

Please sign in to comment.