aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-05-03 23:20:09 +0500
committerKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-05-03 23:20:09 +0500
commitf58adaab2594298838ae4184de594e89ca7471b6 (patch)
tree475add72863a26dd2ae3f9c72f97baacea8dd76f /Makefile
parent7d18b2756d82c240548eb5f581d6e36f5f2232fc (diff)
downloadseaweedfs-f58adaab2594298838ae4184de594e89ca7471b6.tar.xz
seaweedfs-f58adaab2594298838ae4184de594e89ca7471b6.zip
build tag ydb since the growth of the binary is 5 mb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36da78434..1287d9f8d 100644
--- a/Makefile
+++ b/Makefile
@@ -8,4 +8,4 @@ install:
cd weed; go install
full_install:
- cd weed; go install -tags "elastic gocdk sqlite hdfs"
+ cd weed; go install -tags "elastic gocdk sqlite hdfs ydb"