Skip to content

Commit a2e08c1

Browse files
committed
*: go build
1 parent 8c2ff7d commit a2e08c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export GO15VENDOREXPERIMENT=1
44

55
UNAME_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
66

7-
GO_BUILD := go build -i
7+
GO_BUILD := go build
88
GO_TEST := go test
99

1010
ifeq ($(UNAME_S),Linux)

pkg/rdb/cgo_redis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package rdb
33
// #cgo CFLAGS: -I.
44
// #cgo CFLAGS: -I../../third_party/
55
// #cgo CFLAGS: -I../../third_party/redis/deps/lua/src/
6-
// #cgo CFLAGS: -std=c99 -pedantic -O2
6+
// #cgo CFLAGS: -std=c99 -O2
77
// #cgo CFLAGS: -Wall -W -Wno-missing-field-initializers
88
// #cgo CFLAGS: -D_REENTRANT
99
// #cgo linux CFLAGS: -D_POSIX_C_SOURCE=199309L

0 commit comments

Comments
 (0)