summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-10 19:45:41 +0200
committerPaul Buetow <paul@buetow.org>2024-02-10 19:45:41 +0200
commit0a5b56cec0be16a6a8627ec8548b9e80a243af96 (patch)
tree958553e3dbbe251b2a735c8d68a29f8996cb24e4 /build.sh
parent7404ea281ca27b1a4ef64f54237704f463b742b7 (diff)
also read fdEvents in Go
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index f4dd6f3..4777061 100755
--- a/build.sh
+++ b/build.sh
@@ -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