6 lines
145 B
Bash
Executable File
6 lines
145 B
Bash
Executable File
CGO_ENABLED=1 \
|
|
GOOS=linux \
|
|
GOARCH=amd64 \
|
|
CC=gcc \
|
|
go build -ldflags "-linkmode external -extldflags '-static -pthread'" -o dns-server main.go
|