Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat(client): update makefile (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored and davidtaikocha committed May 1, 2024
1 parent 0494e08 commit 634d626
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 @@ -7,7 +7,7 @@ LD_FLAGS_ARGS +=-X github.com/taikoxyz/taiko-client/version.GitDate=$(GIT_DATE)
LD_FLAGS := -ldflags "$(LD_FLAGS_ARGS)"

build:
GO111MODULE=on go build -v $(LD_FLAGS) -o bin/taiko-client cmd/main.go
@GO111MODULE=on CGO_CFLAGS="-O -D__BLST_PORTABLE__" CGO_CFLAGS_ALLOW="-O -D__BLST_PORTABLE__" go build -v $(LD_FLAGS) -o bin/taiko-client cmd/main.go

clean:
@rm -rf bin/*
Expand Down

0 comments on commit 634d626

Please sign in to comment.