Skip to content

Commit

Permalink
build: build windows tags remote -s
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Jul 25, 2020
1 parent 7b9c061 commit 0fdfe0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/build_windows_mingw32.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ if defined %GOPATH (
set GOPATH=%CD%
)

go install -ldflags "-s" -v github.com/visualfc/gotools
go install -v github.com/visualfc/gotools
if ERRORLEVEL 1 goto go_fail

go install -ldflags "-s" -v github.com/visualfc/gocode
go install -v github.com/visualfc/gocode
if ERRORLEVEL 1 goto go_fail

go install -ldflags "-s" -v github.com/fatih/gomodifytags
go install -v github.com/fatih/gomodifytags
if ERRORLEVEL 1 goto go_fail

echo export qrc images
Expand Down
6 changes: 3 additions & 3 deletions build/build_windows_msvc.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ if defined %GOPATH (
set GOPATH=%CD%
)

go install -ldflags "-s" -v github.com/visualfc/gotools
go install -v github.com/visualfc/gotools
if ERRORLEVEL 1 goto go_fail

go install -ldflags "-s" -v github.com/visualfc/gocode
go install -v github.com/visualfc/gocode
if ERRORLEVEL 1 goto go_fail

go install -ldflags "-s" -v github.com/fatih/gomodifytags
go install -v github.com/fatih/gomodifytags
if ERRORLEVEL 1 goto go_fail

echo export qrc images
Expand Down

0 comments on commit 0fdfe0d

Please sign in to comment.