scikit-build-core icon indicating copy to clipboard operation
scikit-build-core copied to clipboard

Possible to Get Colored Output from Compiler?

Open srilman opened this issue 5 months ago • 2 comments

Apologies is this is a dumb question. I'm not familiar with the PEP 517/518 build process in general, since a lot of my projects still use the python setup.py ... build process (w/ setuptools) and I've just started migrating them. So I don't know if it's common or not.

Is it possible to expose colored output from the compiler? I explicitly passed in -fcolor-diagnostics to clang / gcc but the output is still monochrome.

srilman avatar Jan 29 '24 05:01 srilman