Re: [dev-servo] ./mach build vs. cargo build

2018-04-04 Thread Lars Bergstrom
Cargo has traditionally not wanted to add full support for arbitrary RUSTFLAGS, for reasonable reasons: https://github.com/rust-lang/cargo/issues/60#issuecomment-51705597 What we've done in the past is for each flag that we needed exposed opened a specific Issue or PR to Cargo to have just that on

Re: [dev-servo] ./mach build vs. cargo build

2018-04-04 Thread Manish Goregaokar
IMO those reasons do not apply to toplevel flags; and given that Cargo profiles are a thing we really should have a rustflags key there. I've always had trouble with getting IDEs working with servo because of this. -Manish Goregaokar On Wed, Apr 4, 2018 at 6:12 AM, Lars Bergstrom wrote: > Cargo