Merge "Tell rustc to always use color output"

This commit is contained in:
Martin Geisler
2022-05-02 13:00:40 +00:00
committed by Gerrit Code Review

View File

@@ -50,6 +50,7 @@ var (
"-C force-unwind-tables=yes",
// Use v0 mangling to distinguish from C++ symbols
"-C symbol-mangling-version=v0",
"--color always",
}
deviceGlobalRustFlags = []string{