I run this build command and it fails with the error given. My build command is not using those flags directly so not sure what’s happening?
go build -buildmode=c-shared -o "example.node" cmd/main.go
I run this build command and it fails with the error given. My build command is not using those flags directly so not sure what’s happening?
go build -buildmode=c-shared -o "example.node" cmd/main.go
I think it’s -no-pie
, not -no_pie
.