Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the complete documentation of Clang flags?

The references I know are here:

http://clang.llvm.org/docs/ClangCommandLineReference.html http://clang.llvm.org/docs/DiagnosticsReference.html

But I can't find flags like -msse4.1, so is there a complete list of supported flags on clang.llvm.org, or do we need external documentation?

like image 702
jw_ Avatar asked Oct 12 '25 11:10

jw_


1 Answers

Use CTRL + F to lookup on the -m target flags.

https://clang.llvm.org/docs/genindex.html

like image 137
level1337noob Avatar answered Oct 16 '25 08:10

level1337noob



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!