Daniel Paoliello

Results 54 comments of Daniel Paoliello

> Coming back to this after a couple of years, I feel that maybe adding `--out-dir` is indeed premature, and a brainstorm of "layout of `./target` dir" is required before...

> What exactly is the use case for this? In what scenario would it be used where you don't already have an outer build system or script that can copy...

> > ...? But in that case you need to have invoked them using --target in the first place, which means you already know what the triple is. > >...

> > However, since `cc` builds its own `LIB` environment variable, > > This doesn't seem to be totally correct. More specifically it doesn't appear to be building `LIB` from...

> Because `cc-rs` has no bearing on how arbitrary Rust applications are linked. It's used and has a chance to affect linking only when the application interfaces with C/C++ code....

> > If the user is building within a `spectre` vcvars prompt, > > And the question is how big is the "if". That is how many Rust users are...

Hi everyone, I'm going to be picking up from where Richard left off on stabilizing this. It looks like the only two remaining issues are the ones that Richard mentioned...