Closed nonetrix closed 2 years ago
-O3 makes faster binaries, I have tested it and used it daily without issues
-O3
-march=native might also be worth looking at but it might break compatibility if you move your install to another machine
-march=native
Learn more here: https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
-O3
makes faster binaries, I have tested it and used it daily without issues-march=native
might also be worth looking at but it might break compatibility if you move your install to another machineLearn more here: https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html