Lines Matching full:clang
1 # First step is to inherit all properties from gcc, as clang is compatible with most flags.
4 # Now, let's overwrite the flags that are different in clang.
6 # No property flag, clang doesn't understand fortify at all
10 # No printf-return-value optimizations in clang
14 # But clang has problems compiling these with -fno-freestanding.
17 # clang flags for coverage generation
24 # clang flag for colourful diagnostic messages
27 # clang flag to save temporary object files
30 # clang doesn't handle the -T flag
37 # clang option standard warning base in Zephyr
56 # clang options for warning levels 1, 2, 3, when using `-DW=[1|2|3]`