LukeSmithxyz / st

Luke's fork of the suckless simple terminal (st) with vim bindings and Xresource compatibility.
MIT License
1.64k stars 1.01k forks source link

Turn on -O3 #324

Closed nonetrix closed 2 years ago

nonetrix commented 2 years ago

-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 machine

Learn more here: https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html