Skip to content

Commit

Permalink
CGO_ENABLED=0
Browse files Browse the repository at this point in the history
  • Loading branch information
runabol committed Aug 31, 2023
1 parent 5cd48e1 commit a29d04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CHECKS:=check
BUILDOPTS:=-v
GOPATH?=$(HOME)/go
MAKEPWD:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
CGO_ENABLED?=1
CGO_ENABLED?=0

.PHONY: all
all: tork
Expand Down

0 comments on commit a29d04b

Please sign in to comment.