For the sake of migrating compiler options to ARM using Xcode, I'm looking for a comprehensive documentation for clang c++ compiler/linker options. The closest I could get was this page, however:
- Many options aren't explained, e.g.
-arch,-arch_errors_fatal,-sub_umbrellaand many more. - There are options in the Xcode command line that are missing in this doc, e.g.
-Wno-four-char-constants,-Wshorten-64-to-32etc.
Is there any place where I could find a full documentation with generous explanations for each option? Please note, I don't need the meaning of the options I gave here as examples, only for a comprehensive reference.