Skip to content

Commit

Permalink
build: enable CGO
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Jun 27, 2022
1 parent 44b10c0 commit d734e59
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 @@ -26,7 +26,7 @@ LD_FLAGS = \
BUILD_FLAGS := -ldflags '$(LD_FLAGS)'

# Commands
GO_BUiLD := CGO_ENABLED=0 go build $(BUILD_FLAGS)
GO_BUiLD := CGO_ENABLED=1 go build $(BUILD_FLAGS)

# Environments
ENVIRONMENTS = \
Expand Down

0 comments on commit d734e59

Please sign in to comment.