Add my custom ports.

This commit is contained in:
Tom Alexander
2024-10-11 20:44:56 -04:00
parent 9a27184885
commit 91a138ab9d
5 changed files with 8 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ CPUTYPE?=broadwell
# CPU optimizations for go
.if ${.CURDIR:M*/lang/go*}
OPTIONS_SET+=V2
OPTIONS_UNSET+=V1
OPTIONS_SET+=V3
.endif