commit | 507f9b26d596a4f4212d30cea4aa76eeb7ecbb81 | [log] [tgz] |
---|---|---|
author | Martin Geisler <mgeisler@google.com> | Mon May 02 13:00:40 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon May 02 13:00:40 2022 +0000 |
tree | abe41a9f2ffd9466c3e440b66d03ed7dbbf1f5bb | |
parent | a704eb14690da4533c970e807a4224268cb499a0 [diff] | |
parent | d352e3b78899d682809e26d43f8a8ebd2adf4bc9 [diff] |
Merge "Tell rustc to always use color output"
diff --git a/rust/config/global.go b/rust/config/global.go index 6bfa9cf..d11665c 100644 --- a/rust/config/global.go +++ b/rust/config/global.go
@@ -50,6 +50,7 @@ "-C force-unwind-tables=yes", // Use v0 mangling to distinguish from C++ symbols "-C symbol-mangling-version=v0", + "--color always", } deviceGlobalRustFlags = []string{