From 87d56ac0c43de3037663fc625586905a5ac05e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=8C=E6=B5=B7=E4=BB=B2=E5=AD=90?= Date: Fri, 3 Apr 2020 14:53:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=86=E5=A4=87=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b97bbb5..f70f581 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ build: - go build . + go build -ldflags '-w' -i . dev: go run . -d "root:root@tcp(i.myschools.me:6006)/rubbish?charset=utf8mb4&parseTime=True&loc=Local" \ No newline at end of file