Apple LLVM similar to GCC has some major optimization flags: O1, O2, O3 etc. For GCC I can watch exactly command-line flags here and some of them are the same for LLVM.
How to know all the flags for LLVM?
Apple LLVM similar to GCC has some major optimization flags: O1, O2, O3 etc. For GCC I can watch exactly command-line flags here and some of them are the same for LLVM.
How to know all the flags for LLVM?