-g, or --debuginfo (0|1|2) will generate debuginfo. -g means --debuginfo 2. see rustc --help for more details.
On Thu, Apr 10, 2014 at 8:13 AM, Artella Coding <[email protected]> wrote: > Previously I would have debugged using the command "rustc -Z debug-info > example.rs". However with Rust 0.11 nightly it does not work. What do I > replace the above command with? Thanks. > > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev > -- http://octayn.net/ _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
