Add .compilation-options file support

This commit is contained in:
2025-04-24 17:39:17 +03:00
parent b73519ba9c
commit 4bf9ac9c60
2 changed files with 57 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ func GetArch() string {
uname := syscall.Utsname{}
err := syscall.Uname(&uname)
if err != nil {
return ""
return "unknown"
}
var byteString [65]byte