This commit is contained in:
2024-11-20 00:26:05 -05:00
parent 0226bd850b
commit cb4881cece
5 changed files with 94 additions and 3 deletions

2
go/build-go.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
go build -buildmode c-shared -ldflags="-w -s" -trimpath -v -o "go_p2fa.so"