We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2ff7d commit a2e08c1Copy full SHA for a2e08c1
Makefile
@@ -4,7 +4,7 @@ export GO15VENDOREXPERIMENT=1
4
5
UNAME_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
6
7
-GO_BUILD := go build -i
+GO_BUILD := go build
8
GO_TEST := go test
9
10
ifeq ($(UNAME_S),Linux)
pkg/rdb/cgo_redis.go
@@ -3,7 +3,7 @@ package rdb
3
// #cgo CFLAGS: -I.
// #cgo CFLAGS: -I../../third_party/
// #cgo CFLAGS: -I../../third_party/redis/deps/lua/src/
-// #cgo CFLAGS: -std=c99 -pedantic -O2
+// #cgo CFLAGS: -std=c99 -O2
// #cgo CFLAGS: -Wall -W -Wno-missing-field-initializers
// #cgo CFLAGS: -D_REENTRANT
// #cgo linux CFLAGS: -D_POSIX_C_SOURCE=199309L
0 commit comments