Where can I find a complete list of Clang flags?
There are some, like -include-pch
, that don't appear to be even listed in the man page. :(
I know that GCC uses some of the same flags, but it doesn't include documentation for stuff like -Os
which I believe is only available in Clang. Is there a place where I can find a single, consolidated list of all the Clang options ever?