diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-10 19:45:41 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-10 19:45:41 +0200 |
| commit | 0a5b56cec0be16a6a8627ec8548b9e80a243af96 (patch) | |
| tree | 958553e3dbbe251b2a735c8d68a29f8996cb24e4 /build.sh | |
| parent | 7404ea281ca27b1a4ef64f54237704f463b742b7 (diff) | |
also read fdEvents in Go
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,4 +13,4 @@ export CGO_LDFLAGS="-lelf -lzstd $LIBBPFGO/output/libbpf.a" export GOOS=linux export GOARCH=amd64 -go build -tags netgo -ldflags '-w -extldflags "-static"' -o ioriotng ./main.go +go build -race -tags netgo -ldflags '-w -extldflags "-static"' -o ioriotng ./main.go |
