Re: new configure option: --enable-debug-rust

2017-05-12 Thread Nathan Froyd
On Thu, May 11, 2017 at 5:15 PM, Jeff Muizelaar wrote: > On Fri, Apr 14, 2017 at 10:46 AM, Nathan Froyd wrote: >> With these options, you get a browser that runs quickly (i.e. no DEBUG >> assertions in C++ code), but still lets you debug the Rust code you >> might be working on, ideally with fast

Re: new configure option: --enable-debug-rust

2017-05-11 Thread Jeff Muizelaar
On Fri, Apr 14, 2017 at 10:46 AM, Nathan Froyd wrote: > With these options, you get a browser that runs quickly (i.e. no DEBUG > assertions in C++ code), but still lets you debug the Rust code you > might be working on, ideally with faster compile times than you might > get otherwise. --enable-de

Re: new configure option: --enable-debug-rust

2017-04-18 Thread Josh Matthews
Since the subject and the body disagree on what the actual option is called, let me be clear - the correct option is --enable-rust-debug. Cheers, Josh On 2017-04-15 12:46 AM, Nathan Froyd wrote: Bug 1353810, recently merged to central, adds a new configure option --enable-debug-rust. This opt