rust-osdev / cargo-xbuild

Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
Apache License 2.0
260 stars 25 forks source link

Option to not remove temporary files #66

Closed deliciouslytyped closed 4 years ago

deliciouslytyped commented 4 years ago

Can you please add an option not to delete all the temporary build files? I ran into a rustc segfault and I can't debug it.

deliciouslytyped commented 4 years ago

Well xargo has this https://github.com/japaric/xargo/blob/cd0a4f41292e524d08544c050672ab04c2af5da7/src/sysroot.rs#L83

phil-opp commented 4 years ago

Sounds useful! I opened #67 to implement this.