projects
/
godlighty.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce202d2
)
Ability to specify GO_FLAGS="-tags nogostls13"
author
Sergey Matveev <stargrave@stargrave.org>
Thu, 7 Oct 2021 10:28:20 +0000 (13:28 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Thu, 7 Oct 2021 10:28:20 +0000 (13:28 +0300)
default.do
patch
|
blob
|
history
diff --git
a/default.do
b/default.do
index 9f1902a366089f7a72af2aec75f072ee998b4904..82e6356189f0ea8e12f949e6fa89d94a66a48c3f 100644
(file)
--- a/
default.do
+++ b/
default.do
@@
-5,4
+5,4
@@
rm -f rc/cfg
ln -s $1.cfg rc/cfg
redo-ifchange cmd/godlighty/*.go *.go go.* rc/*.go rc/mime/* rc/cfg/*.go
-${GO:-go} build -o $3 -ldflags=-s ./cmd/godlighty
+${GO:-go} build -o $3
$GO_FLAGS
-ldflags=-s ./cmd/godlighty