We could free one up by moving basic debug-info back into the -g flag. Now that we have automated tests, it's a lot less likely to get busted and frustrate people.
On 3 September 2013 14:34, Corey Richardson <[email protected]> wrote: > Right now Z flags are implemented using a bit flag stored in a uint, > which is only reliably 32 bits on the platforms we use. We could > extend it to a u64, or we could use an enum, but we can't continue > doing this, because https://github.com/mozilla/rust/pull/8955 uses the > last available bit. > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev >
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
