提交 c38efdac 作者: Lars Gierth

makefile: add -ldflags to install and nofuse tasks

License: MIT
Signed-off-by: 's avatarLars Gierth <larsg@systemli.org>
上级 4397adf5
......@@ -23,13 +23,13 @@ vendor: godep
godep save -r ./...
install:
cd cmd/ipfs && go install
cd cmd/ipfs && go install -ldflags=$(ldflags)
build:
cd cmd/ipfs && go build -i -ldflags=$(ldflags)
nofuse:
cd cmd/ipfs && go install -tags nofuse
cd cmd/ipfs && go install -tags nofuse -ldflags=$(ldflags)
##############################################################
# tests targets
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论