Does Clang is chosen instead of GCC
Hi Experts,
I am trying to compile a sample C code using gcc compiler as following.
gcc -o samp.exe sample.c
But I am getting warnings and errors similar to Clang compiler.
Does MAC chose clang by default eventhough GCC is used or only rules of clang is applied ?
Regards,
Lyf