Skip to content

Commit e676179

Browse files
committed
Merge branch 'master' into cf/cancel-tx
2 parents b3518f5 + 7cc2228 commit e676179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install-tools:
3131

3232
.PHONY: test
3333
test:
34-
GO111MODULE=on go test -coverprofile=$(COVER_PROFILE) $(if $(JSON_OUTPUT),-json,) ./...
34+
CGO_ENABLED=1 CGO_CFLAGS="-O2 -D__BLST_PORTABLE__ -std=gnu11" GO111MODULE=on go test -coverprofile=$(COVER_PROFILE) $(if $(JSON_OUTPUT),-json,) ./...
3535

3636
.PHONY: test-e2e-emulator
3737
test-e2e-emulator:
@@ -53,7 +53,7 @@ ci: install-tools generate test coverage
5353

5454
$(BINARY):
5555
CGO_ENABLED=1 \
56-
CGO_CFLAGS="-O2 -D__BLST_PORTABLE__" \
56+
CGO_CFLAGS="-O2 -D__BLST_PORTABLE__ -std=gnu11" \
5757
GO111MODULE=on go build \
5858
-trimpath \
5959
-ldflags \

0 commit comments

Comments
 (0)