View Single Post
Old 10th May 2019
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

Quote:
Originally Posted by mafkees1233 View Post
I thought that maybe it would be more specific to my hardware if I compiled it but I probably ended up with the same binaries openbsd provides
If you want to do something ridiculous like that, create a /etc/mk.conf with the following:
Code:
CFLAGS = -O3 -pipe -march=native
LDFLAGS = -Wl,-O3
Add other CFLAGS and LDFLAGS as you see fit.
Note that you are 100% on your own if you do this. If stuff breaks, oh well.
Reply With Quote