mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
2bb6bd6546
When using this flag, the stdout and stderr is sent in a single batch instead of being streamed. It also used `Command::output` instead of `Command::spawn`. This is useful for targets that might support std but not threading (Eg: UEFI). Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>