We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc91151 commit ac2a048Copy full SHA for ac2a048
Makefile
@@ -41,7 +41,7 @@ all: test
41
42
.PHONY: ffi
43
ffi: fmt vet
44
- go build ${LDFLAGS} -o bin/troubleshoot.so -buildmode=c-shared ffi/main.go
+ go build ${BUILDFLAGS} ${LDFLAGS} -o bin/troubleshoot.so -buildmode=c-shared ffi/main.go
45
46
# Run tests
47
test: generate fmt vet
0 commit comments