wp-go/app/plugins/devexample/plugintt/make.sh

6 lines
224 B
Bash
Raw Normal View History

2023-05-04 13:39:29 +00:00
#/bin/bash
2023-05-04 13:44:17 +00:00
# copy plugintt to other dir and remove .dev suffix
# note the go version and build tool flag must same to server build
2023-05-04 13:39:29 +00:00
# eg: -gcflags all="-N -l" may used in ide debug
go build -buildmode=plugin -o xx.so main.go