Releases: stl3/GoReadManga
Releases · stl3/GoReadManga
GoReadManga-v0.1.47-beta
The following windows executables were compiled with following flags:
go build -o GoReadManga-V0.1.47-beta.Winx64.exe main.go ; go build -o GoReadManga-V0.1.47-beta.Winx64.exe ; upx -9 -k GoReadManga-V0.1.47-beta.Winx64.exe
File size Ratio Format Name
-------------------- ------ ----------- -----------
16033280 -> 8795648 54.86% win64/pe GoReadManga-V0.1.47-beta.Winx64.exe
Smaller binary by omitting symbol table/DWARF debugging information (may or may not cause issue):
go build -o GoReadManga-V0.1.47-beta-smol.Winx64.exe -ldflags="-s -w" main.go ; go build -o GoReadManga-V0.1.47-beta-smol.Winx64.exe -ldflags="-s -w" ; upx -9 -k GoReadManga-V0.1.47-beta-smol.Winx64.exe
File size Ratio Format Name
-------------------- ------ ----------- -----------
11289088 -> 4322304 38.29% win64/pe GoReadManga-V0.1.47-beta-smol.Winx64.exe