On Thu, 21 Feb 2013 12:49:30 +0000 Anton Shterenlikht wrote:
> 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?

CMAKE_ARGS+=    -DCMAKE_COLOR_MAKEFILE=off

Max
_______________________________________________
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