From 2a04dddad59f130c2f2cca682e1b55996f3a5391 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 11 Feb 2024 23:33:57 +0200 Subject: no race --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 484487f..30d40d1 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ gobuild: echo 'package main' > internal/opids.go echo >> internal/opids.go sed -E 's/#define (.*) ([0-9]+)/const \1 = \2/' opids.h >> internal/opids.go - go build -race -tags netgo -ldflags '-w -extldflags "-static"' -o ioriotng ./cmd/ioriotng/main.go + go build -tags netgo -ldflags '-w -extldflags "-static"' -o ioriotng ./cmd/ioriotng/main.go clean: find . -type f -name ioriotng -delete -- cgit v1.2.3