mirror of
https://github.com/minio/minio.git
synced 2025-04-04 11:50:36 -04:00
parent
4de6b15fca
commit
214279aa57
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
LDFLAGS := $(shell go run buildscripts/gen-ldflags.go)
|
LDFLAGS := $(shell go run buildscripts/gen-ldflags.go)
|
||||||
PWD := $(shell pwd)
|
PWD := $(shell pwd)
|
||||||
GOPATH := $(shell go env GOPATH)
|
GOPATH := $(shell go env GOPATH)
|
||||||
BUILD_LDFLAGS := '$(LDFLAGS)'
|
BUILD_LDFLAGS := '$(LDFLAGS) -s -w'
|
||||||
TAG := latest
|
TAG := latest
|
||||||
|
|
||||||
HOST ?= $(shell uname)
|
HOST ?= $(shell uname)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user