You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
SET MINIO_RELEASE=OFFICIAL
|
|
SET GO15VENDOREXPERIMENT=1
|
|
go run buildscripts/gen-ldflags.go > temp.txt
|
|
SET /p LDFLAGS=<temp.txt
|
|
go build -ldflags="%LDFLAGS%" -o %GOPATH%\bin\minio.exe
|
|
|