/sysutils/accountservice unknown -fno-color-diagnostics after -Xclang

I see the option exist for the current (v.11) clang compiler:

and it is shown when I do /usr/bin/cc --help grep color

oh cc -fno-color-diagnostics test.c works, but
cc -Xclang -fno-color-diagnostics test.c does not, and it it what accountservice do.

-Xclang <arg> means pass <arg> to the clang compiler... which does seems ok at first glance (except maybe for the fact that cc is the clang compiler as far as I know)
 
Last edited by a moderator:
Back
Top