clang colours corrupt script() output, e.g.:

#warning This file includes at least one deprecated or antiquated header. \
^[[0;1;32m ^
^[[0m1 warning generated.
^[[31m^[[1mLinking CXX executable ../../../bin/pvbatch
^[[0m[ 91%] Built target pvbatch-real

Can I use something like this

 CFLAGS+= -fno-color-diagnostics
 CXXFLAGS+= -fno-color-diagnostics

to suppress colour?

Thanks

Anton

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to