Fedora Cleared to Build Python Package with "-O3" Optimizations

by iruoyon 5/6/24, 2:07 PMwith 5 comments
by westurneron 5/6/24, 3:58 PM

From "A collection of compiler optimizations with brief descriptions and examples" https://news.ycombinator.com/item?id=40275850 :

> Also, only SO has what specific optimizations are applied for clang's -O1/-O2/-03 args? https://stackoverflow.com/questions/15548023/clang-optimizat...

by scnson 5/6/24, 4:25 PM

Intel uses -o2 or -o3 for Clear Linux packages, depending on which produces faster binaries. Worth checking out, if you want more performance.