I wish to test clang by compiling some packages with the following commands:<br><br>./configure<br>make CC=clang CFLAGS=-fsyntax-only<br><br>But it turns out that clang does not accept a lot of gcc options, such as -c, -O, etc.
<br>Shall we make clang just accept them as dumb options to make it a drop-in replacement for gcc? This can facilitate the testing of clang a lot.<br>