We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c6ec8 commit 2640af7Copy full SHA for 2640af7
1 file changed
build/windows/Taskfile.yml
@@ -24,7 +24,7 @@ tasks:
24
- cmd: rm -f *.syso
25
platforms: [linux, darwin]
26
vars:
27
- BUILD_FLAGS: '{{if eq .PRODUCTION "true"}}-tags production -trimpath -buildvcs=false -ldflags="-s -w -H windowsgui"{{else}}-buildvcs=false -gcflags=all="-l"{{end}}'
+ BUILD_FLAGS: '{{if eq .PRODUCTION "true"}}-tags production -trimpath -buildvcs=false -ldflags="-H windowsgui"{{else}}-buildvcs=false -gcflags=all="-l"{{end}}'
28
env:
29
GOOS: windows
30
CGO_ENABLED: 0
0 commit comments