Tell me /g/, what is your preferred C compiler? and what optimizations do you test your code on?
>>107647848my own
>>107647848clang because apple > gnu
clang for linting and in-line error checkinggcc for the final production build
>>107647848Clang has better tooling.But for some older microcontroller architectures there's no LLVM backend so you're stuck with GCC.
>>107647848Doesnt matter, you need both