Skip to content

Commit

Permalink
*: go build
Browse files Browse the repository at this point in the history
  • Loading branch information
spinlock committed Mar 27, 2018
1 parent 8c2ff7d commit a2e08c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export GO15VENDOREXPERIMENT=1

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

GO_BUILD := go build -i
GO_BUILD := go build
GO_TEST := go test

ifeq ($(UNAME_S),Linux)
Expand Down
2 changes: 1 addition & 1 deletion pkg/rdb/cgo_redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package rdb
// #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
Expand Down

0 comments on commit a2e08c1

Please sign in to comment.