Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Gcc 在 shell 中使用时在 OS X 上输出彩色错误消息和警告消息,但在 makefile 中使用时,输出消息是单色的。
在makefile中使用gcc时如何获得彩色消息?
尝试添加:
-fdiagnostics-color=always
到您的 Makefile 中的 gcc 调用。